#!/usr/bin/env php # 这里,在头部增加此行。并重命名 start.php 为 webman 或者 start <?php require_once __DIR__ . '/vendor/autoload.php'; <...>
可以啊,安装 webman/console 插件后,webman文件不就是这样的么
webman/console
是的,webman有命令行组件,composer require webman/console 后会自动生成一个 webman 可执行文件。可以执行 ./webman start 等命令。
composer require webman/console
./webman start
那是否有呢能将 start.php 和 webman 整合呢,不知道2个文件,是否需要多出维护。
这里是 composer,单词错了。复制粘贴后,执行失败,刚刚发现的。
已修改。目前看start.php 不会和webman直接整合,因为很多开发者在用了,修改启动方式会引起很多不必要的询问。
好。还是希望 start.php 头部也增加 #!/usr/bin/env php 的解析。这样可以省去输入 php 并且不会影响原来使用方式。
已加,等下个版本发布
b( ̄▽ ̄)d
可以啊,安装
webman/console
插件后,webman文件不就是这样的么是的,webman有命令行组件,
composer require webman/console
后会自动生成一个 webman 可执行文件。可以执行./webman start
等命令。那是否有呢能将 start.php 和 webman 整合呢,不知道2个文件,是否需要多出维护。
这里是 composer,单词错了。复制粘贴后,执行失败,刚刚发现的。
已修改。目前看start.php 不会和webman直接整合,因为很多开发者在用了,修改启动方式会引起很多不必要的询问。
好。还是希望 start.php 头部也增加 #!/usr/bin/env php 的解析。这样可以省去输入 php 并且不会影响原来使用方式。
已加,等下个版本发布
b( ̄▽ ̄)d