venturedrake/laravel-autoscaling is a Laravel package for autoscaling your laravel application.
It currently has 1 GitHub stars and 534 downloads on Packagist.
Install it with composer require venturedrake/laravel-autoscaling.
Discover more Laravel packages by venturedrake
or browse all Laravel packages to compare alternatives.
Last updated
Laravel autoscaling is a simple package to help you manage vertical and horizontal scaling by setting a pre-defined schedule to resize your Linode servers according to expected demand.
You can install the package via composer:
composer require venturedrake/laravel-autoscaling
You can publish the config file with:
php artisan vendor:publish --tag="autoscaling-config"
php artisan autoscaling:run
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.