eve-seat / seat

SeAT 0x. [UNSUPPORTED]
https://github.com/eveseat/seat
MIT License
69 stars 38 forks source link

Changes to Upgrade to Laravel v4.2 #359

Closed mglinski closed 9 years ago

mglinski commented 9 years ago

After merging, this requires the following commands to run in CLI:

php composer.phar update
php composer.phar dump-autoload
php artisan cache:clear
php artisan optimize
mglinski commented 9 years ago

This is still under testing and might introduce errors. Will comment here once I can figure out if there are other models that use soft deletes.

eve-seat commented 9 years ago

Cool. Since Laravel 5.1 is actually LTS release, I am going to rather focus on migrating there so that we dont have to worry about framework specifics for quite some time.

mglinski commented 9 years ago

yea, good idea.