File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 10
10
- [ Laravel 9] ( https://github.com/laravel/framework )
11
11
- [ spatie/laravel-permission] ( https://github.com/spatie/laravel-permission )
12
12
- [ Laravel Breeze] ( https://github.com/laravel/breeze )
13
+ - [ balajidharma/laravel-menu] ( https://github.com/balajidharma/laravel-menu )
13
14
- [ Vue 3] ( https://vuejs.org/ )
14
15
- [ Tailwind CSS] ( https://tailwindcss.com/ )
15
16
- [ Inertiajs] ( https://inertiajs.com/ )
35
36
36
37
- Password - password
37
38
38
- #### Copy the package config to your local config with the publish command :
39
+ #### Admin Configuration :
39
40
40
- ``` shell
41
- ./vendor/bin/sail artisan vendor:publish --provider=" BalajiDharma\LaravelAdminCore\AdminCoreServiceProvider"
42
- ```
43
-
44
- To change the Admin Prefix, copy the file to your config folder and change it or add the ` ADMIN_PREFIX ` on env
41
+ To change the Admin Prefix, change ` prefix ` on ` config/admin.php ` or add the ` ADMIN_PREFIX ` on env
45
42
46
43
``` php
47
44
'prefix' => env('ADMIN_PREFIX', 'admin'),
You can’t perform that action at this time.
0 commit comments