Skip to content

1.0.0

Compare
Choose a tag to compare
@MoamenEltouny MoamenEltouny released this 25 Jul 10:55
· 15 commits to main since this release
d47e816

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