Download the PHP package mr-wolf-gb/laravel-update-creator without Composer
On this page you can find all versions of the php package mr-wolf-gb/laravel-update-creator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mr-wolf-gb/laravel-update-creator
More information about mr-wolf-gb/laravel-update-creator
Files in mr-wolf-gb/laravel-update-creator
Package laravel-update-creator
Short Description Laravel Update Creator is a Laravel package designed to streamline the process of creating update ZIP files for your Laravel projects. This tool identifies all files modified since a specified date, excludes unwanted directories and files, and generates a compressed ZIP file for distribution or deployment.
License MIT
Homepage https://github.com/mr-wolf-gb/laravel-update-creator
Informations about the package laravel-update-creator
Laravel Update Creator
Laravel Update Creator is a Laravel package designed to streamline the process of creating update ZIP files for your Laravel projects. This tool identifies all files modified since a specified date, excludes unwanted directories and files, and generates a compressed ZIP file for distribution or deployment.
Features
- Customizable Date Range : Specify a start date to include files modified after that point.
- Version Control : Add version numbers to the generated updates for better tracking.
- Exclude Directories : Automatically excludes common directories like vendor, node_modules, and others.
- Temporary Cleanup : Ensures the temporary directories used during the process are cleaned up after ZIP creation.
- Simple Configuration : Easily configure excluded directories and default behaviors via a configuration file.
Installation
-
Add the package to your Laravel project via Composer:
- Publish the configuration file (Optional):
Usage
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Mr.WOLF
- All Contributors
License
The MIT License (MIT). Please see License File for more information.