diff --git a/README.md b/README.md index 4693387..67e9df0 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,15 @@ To change the Admin Prefix, change `prefix` on `config/admin.php` or add the `AD - [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) - [Basic Laravel Admin Panel - Build with Blade template](https://github.com/balajidharma/basic-laravel-admin-panel) +## Update guide +Encountering errors post `composer update`? Reset the database and re-publish vendor assets to resolve issues. + +``` +php artisan vendor:publish --tag=admin-core --force + +php artisan migrate --seed --seeder=AdminCoreSeeder +``` + ## Screenshots