v4.0-alpha-2
Pre-release
Pre-release
New in v4.0-alpha-2
- Misc upgrade/migration fixes
Upgrading:
Delete:
bootstrap/cache/compiled.phpbootstrap/cache/services.json
Run:
php composer.phar dump-autoload
php artisan view:clear
php artisan cache:clear
php artisan config:clear
php composer.phar install --no-dev --prefer-source
php artisan migrate
You will also need to run php artisan passport:install to initialize the new API if you have not done so already.
Big thanks to @BrettFagerlund, @steveelwood and @matc for helping us identify and fix some upgrade issues from the first 4.0-alpha. <3