PHPackages                             sfneal/cruise - 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. sfneal/cruise

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

sfneal/cruise
=============

Cruise is a Laravel Sail inspired CLI for managing Docker services

2.1.1(1y ago)037.2k[2 issues](https://github.com/sfneal/cruise/issues)[3 PRs](https://github.com/sfneal/cruise/pulls)MITPHPPHP ^8.2|^8.3CI passing

Since Jun 13Pushed 5mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (21)Used By (0)

sfneal/cruise
=============

[](#sfnealcruise)

[![Packagist PHP support](https://camo.githubusercontent.com/a62c9580fbc176152022a167e174efbd1bf50ef7dd053b7844c40f63847e9c3c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f73666e65616c2f637275697365)](https://packagist.org/packages/sfneal/cruise)[![Latest Version on Packagist](https://camo.githubusercontent.com/85cbd9f6b1240cf7c843c15847d18cdd555211d8f31935cf7ff1366079eade2d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73666e65616c2f6372756973652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sfneal/cruise)[![Test Suite](https://github.com/sfneal/cruise/actions/workflows/tests.yml/badge.svg)](https://github.com/sfneal/cruise/actions/workflows/tests.yml)[![Static Analysis](https://github.com/sfneal/cruise/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/sfneal/cruise/actions/workflows/static-analysis.yml)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/3acd863447695247f56e5de17a591d228b1ee62eaa045c9c64dde96c540d10df/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73666e65616c2f6372756973652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/sfneal/cruise/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/16828b7c1d395d63d8a4a377c1635099cfe999e49db2b9c632981ea9b1082ec9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73666e65616c2f6372756973652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sfneal/cruise)

Cruise is a Laravel Sail inspired CLI for managing Docker services

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

[](#installation)

You can install the package via composer:

```
composer require sfneal/cruise
```

Run the cruise ***install*** command to publish cruise assets.

This will add Dockerfiles, docker compose configs &amp; other docker assets to your application root.

```
php artsian cruise:install
```

Run the cruise ***uninstall*** command to remove published cruise assets

```
php artsian cruise:uninstall
```

Usage
-----

[](#usage)

Once the `php artsian cruise:install` command has been run you will have access to various command and utilities for running &amp; testing your laravel application

### Artisan commands

[](#artisan-commands)

SyntaxDescription`php artisan bump`Bump your application to the next major, minor or patch version`php artisan version`Display your application current version`php artisan migrate:prod`Run database migrations only when your application env is 'production'`php artisan db:wait`Application start up hook that allows you to wait for your database to become available### Composer commands

[](#composer-commands)

SyntaxDescription`composer build`Docker build your application (prod or dev)`composer start-dev`Start docker services for your development environment`composer start-dev-db`Start docker services for your development environment with a local database`composer start-dev-node`Start docker services for your development environment with a node webpack hot re-loader`composer start-test`Start docker services for testing your application (app, cache &amp; db)`composer stop`Stop docker services &amp; delete containers, volumes &amp; networks### Testing

[](#testing)

```
composer test
```

### Cookbook

[](#cookbook)

#### Create a new Laravel application with Laravel Breeze &amp; cruise installed

[](#create-a-new-laravel-application-with-laravel-breeze--cruise-installed)

```
# Create new Laravel app
composer create-project laravel/laravel test-app
cd test-app

# Install front-end dependencies
yarn install

# Install breeze
composer require laravel/breeze --dev
php artisan breeze:install

# Remove sail - replaced by cruise
composer remove laravel/sail

# Install cruise
composer require sfneal/cruise
php artisan cruise:install

# Start application running in dev environment
composer start-dev

# Stop application
composer stop
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Stephen Neal](https://github.com/sfneal)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

PHP Package Boilerplate
-----------------------

[](#php-package-boilerplate)

This package was generated using the [PHP Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance56

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~7 days

Recently: every ~17 days

Total

17

Last Release

626d ago

Major Versions

0.3.3 → 1.0.02024-06-24

1.2.5 → 2.0.02024-10-02

### Community

Maintainers

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

---

Top Contributors

[![sfneal](https://avatars.githubusercontent.com/u/23200215?v=4)](https://github.com/sfneal "sfneal (57 commits)")

---

Tags

sfnealcruise

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sfneal-cruise/health.svg)

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

###  Alternatives

[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k41.3M38.8k](/packages/orchestra-testbench)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54642.4k4](/packages/jolicode-castor)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3861.7k](/packages/codewithdennis-larament)[ronasit/laravel-entity-generator

Provided console command for generating entities.

2052.5k](/packages/ronasit-laravel-entity-generator)

PHPackages © 2026

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