Histel951 / lumen-sail by Histel951

Installing Laravel Sail Package in Lumen
29
1
1
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: 2024-05-07 03:09:47
Package Statistics
Total Downloads: 29
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

lumen-sail

Installing Laravel Sail Package in Lumen

Warning!!!

maximum supported version of laravel/sail v1.19.0, I plan to add support for newer versions in the near future.

$ 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