Version upgrade instructions

Description

The release of Dcat Admin will take into account the release strategy of the mainstream web framework to minimize the impact of version upgrades, minor versions and patches never contain non-compatibility changes; we will also provide an update log detailing the changes and possible impact of the new version.

{tip} Only major upgrades like v1.0.0 to v2.0.0 may have compatibility issues, while smaller versions are fully compatible.

Upgrade command

upgrade command

composer update dcat/laravel-admin

After upgrading success, it is usually necessary to redistribute the language package, configuration files, front-end static resources, etc., and then clear the browser cache.

php artisan admin:publish --force

Only language pack updates

php artisan admin:publish --force --lang

Update Configuration Files Only

php artisan admin:publish --force --config

Only front-end static resources are updated

php artisan admin:publish --force --assets

Update only the database migration file (this generally does not need to be updated)

php artisan admin:publish --force --migrations