We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using laravel 5.2, Installed the package,
Put the PrettyRoutes\ServiceProvider::class, above app server providers and visited /routes and its showing me
PrettyRoutes\ServiceProvider::class,
FatalThrowableError in ControllerDispatcher.php line 110: Call to undefined method PrettyRoutes\PrettyRoutesController::getMiddleware()
Whats missing ?
The text was updated successfully, but these errors were encountered:
PrettyRoutesController does not extend from Illuminate\Routing\Controller.
PrettyRoutesController
Illuminate\Routing\Controller
https://github.com/laravel/framework/blob/5.2/src/Illuminate/Routing/Controller.php#L45
Sorry, something went wrong.
Fixed Call to undefined method PrettyRoutesController::getMiddleware()
7c8b25e
garygreen#54
Solved in my fork: https://github.com/andrey-helldar/pretty-routes/releases
No branches or pull requests
I am using laravel 5.2, Installed the package,
Put the
PrettyRoutes\ServiceProvider::class,
above app server providersand visited /routes and its showing me
Whats missing ?
The text was updated successfully, but these errors were encountered: