Skip to content

Commit 6005afe

Browse files
committed
updated README.md
1 parent 63d0562 commit 6005afe

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
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/)
@@ -35,13 +36,9 @@
3536
3637
- 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'),

0 commit comments

Comments
 (0)