Skip to content

Commit 74e9730

Browse files
authored
Merge pull request #68 from balajidharma/2.x-Changes
Updated README.md
2 parents 011a1ee + 2bda0c5 commit 74e9730

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
@@ -65,6 +65,15 @@ To change the Admin Prefix, change `prefix` on `config/admin.php` or add the `AD
6565
- [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)
6666
- [Basic Laravel Admin Panel - Build with Blade template](https://github.com/balajidharma/basic-laravel-admin-panel)
6767

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

0 commit comments

Comments
 (0)