Package Data | |
---|---|
Maintainer Username: | Histel951 |
Maintainer Contact: | histel951@gmail.com (Danil Kolotilkin) |
Package Create Date: | 2023-11-17 |
Package Last Update: | 2023-11-21 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-01-25 15:03:28 |
Package Statistics | |
---|---|
Total Downloads: | 44 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Installing Laravel Sail Package in Lumen
$ composer require laravel/sail:1.19.0
$ composer require histel/lumen-sail
Add this line to bootstrap/app.php
$app->register(\Histel\LumenSail\LumenSailServiceProvider::class);
Installing scaffolding
$ php artisan sail:install
Build && Start docker containers
$ vendor/bin/sail build --no-cache
$ vendor/bin/sail up -d
Sail documentation - https://laravel.com/docs/10.x/sail