roshandelpoor/deploy
Composer 安装命令:
composer require roshandelpoor/deploy
包简介
optimize laravel app on the server
README 文档
README
Deploy is a Laravel package that provides artisan command to make deploy easier on server.
Requirement
- php >= 5.6
- laravel >= 5.5
Installation
You can install Deploy Artisan using Composer. Simply run the following command:
1- composer require "roshandelpoor/deploy":"dev-main" important:: Only in Laravel version < 8 2- add this line in config/app.php -> in part 'providers' => [] Roshandelpoor\Deploy\DeployServiceProvider::class,
Usage
To use Deploy Artisan in your project, simply using the Command Artisan. Here's an example:
php artisan deploy
Contributing
If you find any bugs or have suggestions for new features, feel free to open an issue or submit a pull request on GitHub.
License
Super Tools is open-source software licensed under the MIT license.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-15