目前 webman/console 生成的中間件代碼與實際不符,
新的是
public function process(Request $request, callable $handler): Response;
生成的是
public function process(Request $request, callable $next) : Response
其他的命令請也檢查一下,符合當前的最新框架。
還有就是生成的時候要檢查一下文件是否存在,存在就提示,目前的會覆蓋。
相關版本
webman/blade 1.5.5 The standalone version of Laravel's Blade templating engine for use outside of Laravel.
webman/console 1.3.6 Webman console
webmozart/assert 1.11.0 Assertions to validate method input/output with nice error messages.
workerman/crontab 1.0.6 A crontab written in PHP based on workerman
workerman/webman-framework 1.5.16 High performance HTTP Service Framework.
workerman/workerman 4.1.15 An asynchronous event driven PHP framework for easily building fast, scalable network applications.