hello.. we problem with route redirect from route to segment domain problem: Route::get('/', functi...
its the same not function, we added like this on route/web.php: return redirect('http://'."{url...
i try on route/web.php like this: Route::get('/', function(){ dd('http://'.{urlSegment}.'.domai...
{urlSegment} from controller, like this: Route::get('{urlSegment}/commercial', 'HomeController@comme...
The Laravel portal for problem solving, knowledge sharing and community building.
The community