PHPackages                             lemax10/asail - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. lemax10/asail

ActiveLibrary[CLI &amp; Console](/categories/cli)

lemax10/asail
=============

Based on Laravel Sail. Advanced sail.

13881PHP

Since May 27Pushed 5y ago2 watchersCompare

[ Source](https://github.com/LeMaX10/asail)[ Packagist](https://packagist.org/packages/lemax10/asail)[ RSS](/packages/lemax10-asail/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Logo Laravel Sail](/art/logo.svg)](/art/logo.svg)

 [ ![Total Downloads](https://camo.githubusercontent.com/2161a9b7a996e96bb31eb4372147d22d7eb13550e472fd636ce8f53f7b13d906/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2f7361696c) ](https://packagist.org/packages/laravel/sail) [ ![Latest Stable Version](https://camo.githubusercontent.com/d6d4cf054970f47630980435bc3d7e37e8def1bc4d60194cd84d469799cf7418/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2f7361696c) ](https://packagist.org/packages/laravel/sail) [ ![License](https://camo.githubusercontent.com/66b8444fb2b05bc5ca469230ab75dfaa5e06577a3fffb766ca2013acf5190332/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2f7361696c) ](https://packagist.org/packages/laravel/sail)

Introduction
------------

[](#introduction)

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](https://github.com/laravel/sail)

#### Inspiration

[](#inspiration)

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.

Official Documentation
----------------------

[](#official-documentation)

Documentation for Sail can be found on the [Laravel website](https://laravel.com/docs/sail).

Contributing
------------

[](#contributing)

Thank you for considering contributing to Sail! You can read the contribution guide [here](.github/CONTRIBUTING.md).

Code of Conduct
---------------

[](#code-of-conduct)

In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](https://github.com/laravel/sail/security/policy) on how to report security vulnerabilities.

License
-------

[](#license)

Laravel Advanced Sail is open-sourced software licensed under the [MIT license](LICENSE.md).

\[DEV\] Running in octobercms
-----------------------------

[](#dev-running-in-octobercms)

1. Add repository to composer.json

```
{
    ...
    "repositories": [
        {
            "type":"vcs",
            "url": "https://github.com/LeMaX10/asail.git"
        }
    ],
    ...
}
```

2. Add require-dev package in composer.json

```
{
  ...
  "require-dev": {
     ....
     "lemax10/asail": "1.x-dev"
  }
  ...
}
```

3. Enable discovered package or add service provider to config/app.php Enable discovered package config/app.php:

```
'loadDiscoveredPackages' => true,
```

4. Change october settings to settings in enviroiment:

```
php artisan october:env
```

5. Create docker-compose configuration

```
php artisan sail:install --with=mysql,redis --project=example.loc --php=7.4
```

6. Run project:

```
vendor/bin/sail up -d
```

7. Installed project:

```
vendor/bin/sail artisan october:up
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 76.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ef45edc1714e9db2e22281c81519aacedecf52235e89e3c5a2434a12b9b3f87c?d=identicon)[LeMaX10](/maintainers/LeMaX10)

---

Top Contributors

[![LeMaX10](https://avatars.githubusercontent.com/u/10564391?v=4)](https://github.com/LeMaX10 "LeMaX10 (10 commits)")[![igor-tv](https://avatars.githubusercontent.com/u/6777469?v=4)](https://github.com/igor-tv "igor-tv (3 commits)")

### Embed Badge

![Health badge](/badges/lemax10-asail/health.svg)

```
[![Health](https://phpackages.com/badges/lemax10-asail/health.svg)](https://phpackages.com/packages/lemax10-asail)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
