enkidu/laravel-prefix

This package is abandoned and no longer maintained. No replacement package was suggested.

Laravel Prefix

v1.0.1 2020-03-25 14:25 UTC

This package is auto-updated.

Last update: 2025-06-28 10:29:33 UTC


README

Example

Route::group(['prefix' => backend_prefix()], function () {
    Route::get('/', function () {
        return view('welcome');
    });
});

Access url: {base_url}/admin