design/laravel-cli is a Laravel package for laravel-cli.
It currently has 1 GitHub stars and 6 downloads on Packagist (latest version 1.0.3).
Install it with composer require design/laravel-cli.
Discover more Laravel packages by design
or browse all Laravel packages to compare alternatives.
Last updated
Traditional php-fpm require vender file for every time, This not only consumes CPU and disk I/O, Even if opcache is used, it loads a large number of files. It's also a waste of time and resources. So write kernel to memory, Reduce file access, Only keep build requests. This can save a lot of resources
composer require design/laravel-cli
php artisan cli:workerman start
php artisan cli:workerman stop