byteintelligent/bi-installer
最新稳定版本:v0.1.1
Composer 安装命令:
composer require byteintelligent/bi-installer
包简介
This is a laravel installer for byte-intelligent products.
README 文档
README
About
Using this package you can easily install your laravel project automatically in your server.
Requirements
Installation
- From your projects root folder in terminal run:
composer require byteintelligent/bi-installer
- Register the package
Register the package with laravel in config/app.php under providers with the following:
'providers' => [ Byteintelligent\BiInstaller\Providers\BiInstallerServiceProvider::class, ];
- Publish the packages views, config file, assets, and language files by running the following from your projects root folder:
php artisan vendor:publish --provider="Byteintelligent\BiInstaller\Providers\BiInstallerServiceProvider"
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-10