Skip to content

Commit 74233bc

Browse files
committed
Updated README.md
1 parent 30edef4 commit 74233bc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@
3333
3434
- Password - password
3535

36+
#### Copy the package config to your local config with the publish command:
37+
38+
```shell
39+
./vendor/bin/sail artisan vendor:publish --provider="BalajiDharma\LaravelAdminCore\AdminCoreServiceProvider"
40+
```
41+
42+
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+
3648
## Also Try
3749
- [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)
3850
- [Basic Laravel Admin Panel - Build with Blade template](https://github.com/balajidharma/basic-laravel-admin-panel)

0 commit comments

Comments
 (0)