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
Post a Comment