Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
It's not entirely clear what you mean.
Possibly like this:
Route::group(['prefix' => 'employee'], function (){
Route::apiResource('/', 'Контроллер5555');
});
What reason does not allow to remove a resource from a group?
Route::group(['prefix' => 'employee'], function (){
Route::apiResource('tasks', 'Контроллер6666');
});
Route::apiResource('employee', 'Контроллер5555');
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question