Open shafikhaan opened 5 years ago
PrettyRoutesController
does not extend from Illuminate\Routing\Controller
.
https://github.com/laravel/framework/blob/5.2/src/Illuminate/Routing/Controller.php#L45
Solved in my fork: https://github.com/andrey-helldar/pretty-routes/releases
I am using laravel 5.2, Installed the package,
Put the
PrettyRoutes\ServiceProvider::class,
above app server providers and visited /routes and its showing meWhats missing ?