Download the PHP package murilochianfa/laravel-auto-optimizer without Composer
On this page you can find all versions of the php package murilochianfa/laravel-auto-optimizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download murilochianfa/laravel-auto-optimizer
More information about murilochianfa/laravel-auto-optimizer
Files in murilochianfa/laravel-auto-optimizer
Package laravel-auto-optimizer
Short Description Auto optimize your Laravel application in specific environments.
License MIT
Homepage https://github.com/MuriloChianfa/laravel-auto-optimizer
Informations about the package laravel-auto-optimizer
Laravel Auto Optimizer
Automatically run Laravel optimizer commands based on specific environments. After installing the package, the Laravel optimizer commands will be automatically executed when your application runs in specific environments. This helps ensure optimal performance and responsiveness in production environments.
Features
-
Automatic Optimization: Laravel optimizer commands are automatically executed when your application runs in specific environments, ensuring optimal performance.
-
Customizable Environments: Easily configure the environments in which the optimizer commands should run, allowing flexibility for various project setups.
- Easy to use Configuration: The package comes with sensible defaults, making it ready to use without extensive setup.
Installation
You can install the package via Composer:
Next, publish the configuration file:
Dependencies
- Laravel 10.0 or higher.
- PHP 8.2 or higher.
Configuration
Open the generated configuration file (config/laravel-auto-optimizer.php) and set up the environments and commands to optimize your Laravel application:
Commitment to Quality
During package development, try as best as possible to embrace good design and development practices to try to ensure that this package is as good as it can be. The checklist for package development includes:
- ✅ Be fully PSR4 and PSR12 compliant.
- ✅ Have no PHPCS warnings throughout all code.
- ✅ Include comprehensive documentation in README.md.
Testing
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Murilo Chianfa
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-auto-optimizer with dependencies
illuminate/support Version ^9.0 | ^10.0 | ^11.0
illuminate/console Version ^9.0 | ^10.0 | ^11.0