PHPackages                             ignacio-dev/laravel-sail-shortcut - 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. ignacio-dev/laravel-sail-shortcut

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

ignacio-dev/laravel-sail-shortcut
=================================

Terminal shortcut for Laravel Sail commands

0.0.1(2y ago)119MITPHP

Since Sep 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ignacio-dev/laravel-sail-shortcut)[ Packagist](https://packagist.org/packages/ignacio-dev/laravel-sail-shortcut)[ RSS](/packages/ignacio-dev-laravel-sail-shortcut/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel Sail Shortcut
=====================

[](#laravel-sail-shortcut)

Description
-----------

[](#description)

Terminal shortcut for Laravel Sail commands, so that you can just type `./sail {your-command}` instead of `vendor/bin/sail {your-command}`

Installation
------------

[](#installation)

First, add the library using composer:

```

composer require --dev ignacio-dev/laravel-sail-shortcut

```

Then, you can install the shorcut by running:

```

artisan sail-shortcut:install

```

This will add a `sail` file on the root of your project. You might want to gitignore it to avoid pushing it to production.

To remove it, you can simply run:

```

artisan sail-shortcut:uninstall

```

**Note**: Running the uninstall command will not remove the composer library. You must do that manually.

Usage
-----

[](#usage)

Once installed, you can start using `./sail` instead of `vendor/bin/sail`.

For example:

```

./sail up -d

```

Or

```

./sail artisan tinker

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

980d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75d815d8267f90d57b089e1adc528ab6bf15b44532aba7422133bba010454fa6?d=identicon)[ignacio-dev](/maintainers/ignacio-dev)

---

Top Contributors

[![ignacio-dev](https://avatars.githubusercontent.com/u/60653072?v=4)](https://github.com/ignacio-dev "ignacio-dev (8 commits)")

### Embed Badge

![Health badge](/badges/ignacio-dev-laravel-sail-shortcut/health.svg)

```
[![Health](https://phpackages.com/badges/ignacio-dev-laravel-sail-shortcut/health.svg)](https://phpackages.com/packages/ignacio-dev-laravel-sail-shortcut)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M319](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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