Skip to content

Installing Laravel Sail Package in Lumen

License

Notifications You must be signed in to change notification settings

lucenarenato/lumen-sail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lumen-sail

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.

About

Installing Laravel Sail Package in Lumen

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • PHP 100.0%