I guess you can
Route::group(['prefix' => '{' . App::getLocale() . '}'], function() {
Route::get('/post/{slug}', ['as' => 'post', 'uses' => 'BlogController@post');
});
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community