-
Hi The route names is a little bit generic and might conflict with the normal app e.g. have a route with the name 'index' would be common for the frontend name like api.aap.index would be a suggestion to ensure that the aap does not conflict only register/login/logout/dashboard is at 'root' level the best thing would be that the 'prefix' is configurable |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Route::prefix('/aap')->as('api-auto-pilot.')->group(function () { |
Beta Was this translation helpful? Give feedback.
Route::prefix('/aap')->as('api-auto-pilot.')->group(function () {
ApiAutoPilot\ApiAutoPilot\Facades\ApiAutoPilot::routes();
});