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 1010- [ Laravel 9] ( https://github.com/laravel/framework )
1111- [ spatie/laravel-permission] ( https://github.com/spatie/laravel-permission )
1212- [ Laravel Breeze] ( https://github.com/laravel/breeze )
13+ - [ balajidharma/laravel-menu] ( https://github.com/balajidharma/laravel-menu )
1314- [ Vue 3] ( https://vuejs.org/ )
1415- [ Tailwind CSS] ( https://tailwindcss.com/ )
1516- [ Inertiajs] ( https://inertiajs.com/ )
35363637- Password - password
3738
38- #### Copy the package config to your local config with the publish command :
39+ #### Admin Configuration :
3940
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
4542
4643``` php
4744'prefix' => env('ADMIN_PREFIX', 'admin'),
You can’t perform that action at this time.
0 commit comments