lucenarenato/lumen-sail

Installing Laravel Sail Package in Lumen - ^5.5|^6.0|^7.0

1.2.1 2023-01-06 18:23 UTC

This package is auto-updated.

Last update: 2024-11-06 22:16:49 UTC


README

Installing Laravel Sail Package in Lumen

Lumen 5.5 acima -> "^5.5|^6.0|^7.0"

composer require lucenarenato/lumen-sail

Add this line to bootstrap/app.php

$app->register(lucenarenato\LumenSail\LumenSailServiceProvider::class);

Official Documentation

Documentation for Sail can be found on the Laravel website.

License

Laravel Sail is open-sourced software licensed under the MIT license.