ageekdev/vapor-ignore
最新稳定版本:v1.2.0
Composer 安装命令:
composer require ageekdev/vapor-ignore
包简介
To clean unnecessary files for Laravel Vapor deployment
README 文档
README
Vapor Ignore is a package that helps you to clean unnecessary files before deploying your Laravel application to Laravel Vapor.
Installation
You can install the package via composer:
composer require ageekdev/vapor-ignore
Getting Started
After installing the package, you can run the following command to initialize. This command will create a vapor-ignore.yml file in the root of your project.
php ./vendor/bin/vapor-ignore init
vapor-ignore.yml
ignore directive
Ignore the specified file or directory.
vendor directive
Ignore the specified file or directory from the vendor directory.
- readme - Ignore the
readme.mdfile from thevendordirectory. - changelog - Ignore the
changelog.mdfile from thevendordirectory. - contributing - Ignore the
contributing.mdfile from thevendordirectory. - upgrade - Ignore the
upgrade.mdfile from thevendordirectory. - tests - Ignore the
testsdirectory from thevendordirectory. - security - Ignore the
security.mdfile from thevendordirectory. - license - Ignore the
license.mdfile from thevendordirectory. - laravel-idea - Ignore the
laravel-ideadirectory from thevendordirectory. - .github - Ignore the
.githubdirectory from thevendordirectory. - dotfiles - Ignore the dotfiles(
.editorconfig,.gitignore,.gitattributesand.php_cs.dist.php) from thevendordirectory.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 34.8k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-02-09