Download the PHP package ageekdev/vapor-ignore without Composer
On this page you can find all versions of the php package ageekdev/vapor-ignore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ageekdev/vapor-ignore
More information about ageekdev/vapor-ignore
Files in ageekdev/vapor-ignore
Package vapor-ignore
Short Description To clean unnecessary files for Laravel Vapor deployment
License MIT
Homepage https://github.com/ageekdev/vapor-ignore
Informations about the package vapor-ignore
Vapor Ignore
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:
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.
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.md
file from thevendor
directory. - changelog - Ignore the
changelog.md
file from thevendor
directory. - contributing - Ignore the
contributing.md
file from thevendor
directory. - upgrade - Ignore the
upgrade.md
file from thevendor
directory. - tests - Ignore the
tests
directory from thevendor
directory. - security - Ignore the
security.md
file from thevendor
directory. - license - Ignore the
license.md
file from thevendor
directory. - laravel-idea - Ignore the
laravel-idea
directory from thevendor
directory. - .github - Ignore the
.github
directory from thevendor
directory. - dotfiles - Ignore the dotfiles(
.editorconfig
,.gitignore
,.gitattributes
and.php_cs.dist.php
) from thevendor
directory.
Testing
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
- Tint Naing Win
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of vapor-ignore with dependencies
illuminate/support Version ^9.0|^10.0|^11.0
laravel/vapor-cli Version ^1.40