Releases: Pharaonic/laravel-executor
Releases · Pharaonic/laravel-executor
1.2.0
Full Changelog: 1.1.0...1.2.0
- Add
path
option tophp artisan execute:make
command.
1.1.0
What's Changed
- Add php8.3 version and Use actions v4 by @Elsayed93 in #3
- Feat: enable create multiple pools of executors by @komtcho in #4
Contributors
- @Elsayed93 made their first contribution in #3
- @komtcho made their first contribution in #4
Full Changelog: 1.0.0...1.1.0
1.0.0
Frist Release
- Laravel Executor is a package that allows you to execute commands, actions, jobs, and automated tasks on your production server.
- List of commands that allow us to use the package
php artisan execute
php artisan execute:make {name} --once --tag="something"
php artisan execute:rollback --steps=7
php artisan execute:fresh
php artisan execute:status