Artisan Laravel Unexpected end of file when making controller -


i following pluralsight tutorial on laravel , @ point need add controllers. put command work artisan:

c:\wamp\www\laravel>php artisan make:controller productcontroller 

and get:

[symfony\component\debug\exception\fatalerrorexception] syntax error, unexpected end of file 

i have no idea wrong new laravel / artisan, appreciated.

edit: installed laravel way

  composer create-project laravel/laravel --prefer-dist 

probable fix: check syntax... didn't realize stop artisan.


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -