Closed murrant closed 7 years ago
Please see our contributing docs
You will need to composer update, php artisan cache:clear, php artisan view:clear You may need to rm storage/cache/*.php
composer update
php artisan cache:clear
php artisan view:clear
rm storage/cache/*.php
Did not convert everything over, etc. Just basic get it up and running for the most part.
@murrant, thanks for your PR! By analyzing the history of the files in this pull request, we identified @laf and @f0o to be potential reviewers.
Testing updates pending...
Please see our contributing docs
You will need to
composer update
,php artisan cache:clear
,php artisan view:clear
You may need torm storage/cache/*.php
Did not convert everything over, etc. Just basic get it up and running for the most part.