From v1.3.2 to v1.4.0
Pull/Checkout the new code.
php artisan migrate to migrate the new database changes.
php artisan migrate
npm run build to build the new UI changes.
npm run build
Last updated 2 years ago