when I try to run:
php artisan generate:migration create_users_table
I get this error:
[ErrorException]
file_put_contents(C:\xampp\htdocs\nldb.dev/database/migrations/2014_09_10
_013940_create_users_table.php): failed to open stream: No such file or di
rectory
I have ran composer install/update, I created the project using composer, etc.
I am on Win 7 using xampp and virtual hosts. Thanks for any suggestions you can give me.
Please note for some reason it uses "nldb.dev/database" instead of nldb.dev/app/database. Anyone know how to fix this?
