Files
sibedas/resources/laravel-code-generator/templates/default/routes-group.stub
Firman Herdiansyah 99e99fa2e6 Update Dashboard Layout
2025-02-05 13:36:33 +07:00

7 lines
67 B
Plaintext

Route::group([
[% prefix %]
], function () {
[% routes %]
});