PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Moamen Eltouny   Laravel Executor   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Executor
Execute commands, actions, jobs, and tasks
Author: By
Last change:
Date: 1 month ago
Size: 1,504 bytes
 

Contents

Class file image Download
{ "name": "pharaonic/laravel-executor", "description": "Laravel Executor is a package that allows you to execute commands, actions, jobs, and automated tasks on your production server.", "keywords": [ "laravel executor", "laravel execute command on production server", "laravel execute action on production server", "laravel execute job on production server", "laravel execute automated task on production server" ], "license": "MIT", "authors": [ { "name": "Moamen Eltouny (Raggi)", "email": "raggigroup@gmail.com" }, { "name": "Karim Mohamed (Komtcho)", "email": "komicho1996@gmail.com" }, { "name": "Moemen Gaballa", "email": "moemengaballa@gmail.com" } ], "require": { "php": ">=8.1", "laravel/framework": ">=10.0" }, "require-dev": { "orchestra/testbench": "^8.0" }, "config": { "sort-packages": true }, "extra": { "laravel": { "providers": [ "Pharaonic\\Laravel\\Executor\\ExecutorServiceProvider" ] } }, "autoload": { "psr-4": { "Pharaonic\\Laravel\\Executor\\": "src" } }, "autoload-dev": { "psr-4": { "Pharaonic\\Laravel\\Executor\\Tests\\": "tests" } }, "minimum-stability": "dev", "prefer-stable": true }