bdcoder/installer
最新稳定版本:v1.0.4
Composer 安装命令:
composer require bdcoder/installer
包简介
This is a laravel installer. It help to run a project easily.
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 composer require bdcoder/installer
- Register the package
Register the package with laravel in bootstrap under providers.php with the following:
return [ ... Bdc\Installer\Providers\AppServiceProvider::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="Bdc\Installer\Providers\AppServiceProvider"
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-12