Are you using RESTful controller practices?
If it's not already there, add this to your routes.php above your Route::any(..):
Route::controller('projects', 'ProjectsController');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community