Skip to content

Releases: Pharaonic/laravel-executor

1.2.0

30 Jul 20:39
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.2.0

  • Add path option to php artisan execute:make command.

1.1.0

29 Jul 13:24
Compare
Choose a tag to compare

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

Full Changelog: 1.0.0...1.1.0

1.0.0

25 Jul 10:55
d47e816
Compare
Choose a tag to compare

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

Contributors