Multi Process
Laravel package making you able to perform several process instead of executing them through one process Installation
1 - Dependency
The first step is using composer to install the package and automatically update your composer.json file, you can do this by running:
composer require syrian-open-source/laravel-multi-process
2 - Copy the package providers to your local config with the publish command, this will publish the config:
php artisan multi-process:install
Features
Changelog
Please see the CHANGELOG for more information about what has changed or updated or added recently.
Security
If you discover any security related issues, please email them first to karam2mustafa@gmail.com, if we do not fix it within a short period of time please open a new issue describing your problem.