Skip to content

Commit 2bda0c5

Browse files
committed
Updated README.md
1 parent 40c20bd commit 2bda0c5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ To change the Admin Prefix, change `prefix` on `config/admin.php` or add the `AD
6363
- [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)
6464
- [Basic Laravel Admin Panel - Build with Blade template](https://github.com/balajidharma/basic-laravel-admin-panel)
6565

66+
## Update guide
67+
Encountering errors post `composer update`? Reset the database and re-publish vendor assets to resolve issues.
68+
69+
```
70+
php artisan vendor:publish --tag=admin-core --force
71+
72+
php artisan migrate --seed --seeder=AdminCoreSeeder
73+
```
74+
6675
## Screenshots
6776
<p align="center">
6877
<img src="https://user-images.githubusercontent.com/6037466/184546912-efd044ad-cb66-4057-9eee-e9c53447763b.png" >

0 commit comments

Comments
 (0)