| Package Data | |
|---|---|
| Maintainer Username: | asavenkov |
| Maintainer Contact: | a@savenkov.dev (Andrey Savenkov) |
| Package Create Date: | 2021-05-31 |
| Package Last Update: | 2022-01-23 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-04 15:09:35 |
| Package Statistics | |
|---|---|
| Total Downloads: | 893 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 3 |
| Total Watchers: | 1 |
| Total Forks: | 5 |
| Total Open Issues: | 1 |
Laravel Sail Package for Lumen
Install package:
composer require asavenkov/sail-lumen
Add this line to bootstrap/app.php
$app->register(ASavenkov\SailLumen\SailLumenServiceProvider::class);