Okay found it!
http://laravel.com/docs/routing#route-parameters ==> Defining Global Patterns
So I put this in front of the Route::group
Route::pattern('book' => '[a-z]*');
And it works! (thread can be closed)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community