Some versions has breaking changes. if you want to upgrade laravel-flora version to latest and don't break a current behavior, you need to use this upgrade guide.
Supports PHP ^8.1 and Laravel ^10.0
- The
install
andupdate
commands now have noapp
prefix. Check out usage section. - The
Install
andUpdate
classes also removed. All instructions now are inroutes/setup.php
file. Look at current configuration api.
Run
object methods renamed to more familiar from Scheduler:
artisan
tocommand
callable
tocall
external
toexec
dispatch
tojob
Assets list for publishing moved to config file.
MakeCronJob
removed. During installation process inproduction
environment, you will be asked to create a cron job for running task scheduler.- Supervisor configuration support planned to be added in the future.