lemax10/asail is a Laravel package for based on laravel sail. advanced sail..
It currently has 1 GitHub stars and 388 downloads on Packagist.
Install it with composer require lemax10/asail.
Discover more Laravel packages by lemax10
or browse all Laravel packages to compare alternatives.
Last updated
Extended Sail provides local Docker-based development for Laravel, compatible with macOS, Windows (WSL2), and Linux. Except for Docker, you don't need to install any programs or libraries on your local machine before using Sail. Sail's simple command line interface means you can start building your Laravel application without any previous Docker experience.
Based on Laravel Sail
It was decided to do Extended Sail in view of the lack of support from the authors of outdated versions of laravel, as well as php 7.2, php 7.3.
Documentation for Sail can be found on the Laravel website.
Thank you for considering contributing to Sail! You can read the contribution guide here.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Please review our security policy on how to report security vulnerabilities.
Laravel Advanced Sail is open-sourced software licensed under the MIT license.
{
...
"repositories": [
{
"type":"vcs",
"url": "https://github.com/LeMaX10/asail.git"
}
],
...
}
{
...
"require-dev": {
....
"lemax10/asail": "1.x-dev"
}
...
}
'loadDiscoveredPackages' => true,
php artisan october:env
php artisan sail:install --with=mysql,redis --project=example.loc --php=7.4
vendor/bin/sail up -d
vendor/bin/sail artisan october:up