Does this work ?
Route::group(['domain' => 'igest.test.testing.local'], function () {
Route::get('login', 'someControllerController@create');
});
mcraz said:
Does this work ?
Route::group(['domain' => 'igest.test.testing.local'], function () { Route::get('login', 'someControllerController@create'); });
nop i keep getting 404.
Do you have any idea on what is wrong?
Tks.
Well I feel stupid.
The problem was on the vhost.
Tks, back to work :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community