I get an error when trying to register all controller routes in Laravel 4 (Illuminate), adding:
Route::controller(Controller::detect());
to my routes.php
Mistake:
Error: Call to undefined method Illuminate\Routing\Controllers\Controller::detect() in C:\wamp\www\travless\app\routes.php line 13
I assume they changed the name of the function, but I donβt know where to find it, because it is still an alpha version and I donβt know the documentation.
Matanya
source share