| 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: | 2025-11-04 15:09:20 |
| Package Statistics | |
|---|---|
| Total Downloads: | 130 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 0 |
| 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.