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

java - Checkbox item adds to spinner -

C# MVC AngularJS -

How to debug "expected android.widget.TextView but found java.lang.string" in Android? -