Skip to content

v4.0-alpha-2

Pre-release
Pre-release

Choose a tag to compare

@snipe snipe released this 28 Apr 00:11
· 19413 commits to master since this release

New in v4.0-alpha-2

  • Misc upgrade/migration fixes

Upgrading:

Delete:

  • bootstrap/cache/compiled.php
  • bootstrap/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