Pharaonic
Loading...

Getting Started

Executor

# Why Executor?

Executor is a package that allows you to execute commands, actions, jobs, and automated tasks on your production server.

# Installation

Install the latest version using Composer.

1composer require pharaonic/laravel-executor

# Commands

Create a new executor class in executors directory.

1php artisan execute:make name
2php artisan execute:make name --once
3php artisan execute:make name --once --tag="something"

Run the executors.

1php artisan execute
2php artisan execute --tag="something"

Run the executors.

1php artisan execute:rollback
2php artisan execute:rollback --steps=7

Rollback the executors depending on the batch.

1php artisan execute:fresh

Show the table of the executors status.

1php artisan execute:status

# Contributors

MoamenEltouny
33 Contributions
komtcho
11 Contributions
Moemen-Gaballah
3 Contributions
Elsayed93
1 Contributions