Route::domain('aaa.website.com')->group(function () {
Route::get('sub-domain-route', function ($account, $id) {
//
});
});
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community