File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
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'),
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const isDropdownActive = ref(false)
2929
3030const componentClass = computed (() => (
3131 [
32- props .isDropdownList ? ' py-3 px-6 text-sm' : ' py-3' ,
32+ props .isDropdownList ? ' py-3 px-6 text-sm' : ' py-3 px-6 ' ,
3333 hasColor .value
3434 ? getButtonColor (props .item .color , false , true )
3535 : styleStore .asideMenuItemStyle
You can’t perform that action at this time.
0 commit comments