laravel - php artisan make:controller throws: method controller doesnt exists -
i'm trying create controller on homestead install laravel. if try:
php artisan make:controller test
i get
[badmethodcallexception] method controller not exist.
php version 7, php artisan --version = 5.3
oh writing question discovered error in routes.php. corrected error fine...
Comments
Post a Comment