Update

    To update CMS version, you can run the following command.

    composer update juzaweb/core
    

    Update database and public assets.

    php artisan migrate
    php artisan vendor:publish --tag=core-assets