Laravel-5-Artisan
Laravel-5-Artisan copied to clipboard
Getting parse error when attempting to `migrate` (or do anything)
I simply created a new project with laravel new my-project
and then immediately tried to run a migration within Sublime. I get the following error:
Parse error: parse error, expecting `"identifier (T_STRING)"' or `"variable (T_VARIABLE)"' or `'{'' or `'$'' in /Users/skube/Code/my-project/artisan on line 31
I can run php artisan migrate
on the command line though and everything works properly. This seemed to working last week so maybe has something to do the update to 5.2? Or could be just me :confused:
Interesting. I haven't personally updated to 5.2 just yet, but I'll investigate this. Thanks for bringing it up!