Package Data | |
---|---|
Maintainer Username: | lucenarenato |
Maintainer Contact: | cpdrenato@gmail.com (Renato Lucena) |
Package Create Date: | 2023-01-06 |
Package Last Update: | 2023-01-06 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-17 03:08:18 |
Package Statistics | |
---|---|
Total Downloads: | 106 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Installing Laravel Sail Package in Lumen
composer require lucenarenato/lumen-sail
Add this line to bootstrap/app.php
$app->register(lucenarenato\LumenSail\LumenSailServiceProvider::class);
Documentation for Sail can be found on the Laravel website.
Laravel Sail is open-sourced software licensed under the MIT license.