| Package Data | |
|---|---|
| Maintainer Username: | mahdiraad |
| Maintainer Contact: | mahdiraad@gmail.com (Mahdi M. Raad) |
| Package Create Date: | 2021-02-22 |
| Package Last Update: | 2023-11-16 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-04 15:06:53 |
| Package Statistics | |
|---|---|
| Total Downloads: | 10,854 |
| Monthly Downloads: | 276 |
| Daily Downloads: | 6 |
| Total Stars: | 4 |
| Total Watchers: | 1 |
| Total Forks: | 6 |
| Total Open Issues: | 2 |
Installing Laravel Sail Package in Lumen
composer require mahdiraad/lumen-sail
Add this line to bootstrap/app.php
$app->register(mahdiraad\LumenSail\LumenSailServiceProvider::class);