You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To change the Admin Prefix, copy the file to your config folder and change it or add the `ADMIN_PREFIX` on env
43
+
44
+
```php
45
+
'prefix' => env('ADMIN_PREFIX', 'admin'),
46
+
```
47
+
36
48
## Also Try
37
49
-[Build a Vue admin panel from scratch](https://blog.devgenius.io/laravel-creates-a-vue-admin-panel-from-scratch-part-1-installation-and-authentication-56c451d4d697)
38
50
-[Basic Laravel Admin Panel - Build with Blade template](https://github.com/balajidharma/basic-laravel-admin-panel)
0 commit comments