Route::get('view/{template}', 'EngineController@view')->where('template', '.+');
Then on EngineController@view i will receive all the string after "view/"
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community