test1
github.com/salihbey24/composer
源代码
问题
安装: 30
依赖: 0
建议者: 0
安全性: 0
星标: 0
关注者: 1
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 6b88650d151fd064d5c10ce30d7f7a652836b8d6
This package is auto-updated.
Last update: 2024-09-21 16:34:00 UTC
获取版本
php artisan salih:version
控制台使用示例
php artisan salih:install --path={Json File Path}
实例使用示例
use Salih\Composer\Console\InstallCommand; $laraJson = new InstallCommand(); $laraJson->install($request->json->getRealPath());