PHPackages                             zenoware/sailstream - 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. [Framework](/categories/framework)
4. /
5. zenoware/sailstream

ActiveProject[Framework](/categories/framework)

zenoware/sailstream
===================

Laravel + Sail + Jetstream. Spin something quickly.

v1.0.1(2y ago)2261MITVuePHP ^8.3

Since Feb 19Pushed 2y agoCompare

[ Source](https://github.com/Zenoware/sailstream)[ Packagist](https://packagist.org/packages/zenoware/sailstream)[ RSS](/packages/zenoware-sailstream/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (15)Versions (6)Used By (0)

Sailstream
==========

[](#sailstream)

Overview
--------

[](#overview)

Clone this starter project if you're in a hurry to spin up a Laravel project with Sail + Jetstream for the UI scaffold.

I created this repo because it's onerous to keep on scaffolding the same things over and over when I'm trying to do a demo or starter project.

Requirements
------------

[](#requirements)

A working understanding of how Laravel, Sail, and Jetstream work together.

It has *all* Sail services enabled by default (except for MariaDB and Postgres). PHPMyAdmin was added on for easy DB viewing. Take care of possible port collisions yourself.

Nuances
-------

[](#nuances)

- Default MySQL DB host port has been changed to `3307`. Change `FORWARD_DB_PORT` if needed.
- AWS-prefix env var defaults have been changed to Minio.

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

[](#installation)

### Clone

[](#clone)

```
composer global require zenoware/sailstream-installer

sailstream new

```

or

```
composer create-project zenoware/sailstream --prefer-dist

```

### Set environment variables

[](#set-environment-variables)

```
cp .env.example .env

```

### Install composer dependencies

[](#install-composer-dependencies)

```
composer install

```

### Run

[](#run)

```
./vendor/bin/sail up

```

### Migrate

[](#migrate)

```
./vendor/bin/sail artisan migrate

```

### Build front-end

[](#build-front-end)

```
./vendor/bin/sail npm install
./vendor/bin/sail npm run dev

```

### Symlink storage

[](#symlink-storage)

```
./vendor/bin/sail artisan storage:link

```

### (Optional) SSH into the app container

[](#optional-ssh-into-the-app-container)

```
./vendor/bin/sail shell

```

Quick links
-----------

[](#quick-links)

- [Laravel](http://localhost)
- [Telescope](http://localhost/telescope)
- [PHPMyAdmin](http://localhost:8080)
- [Minio](http://localhost:9000) (don't forget to add a `local` bucket with R/W permissions)
- [Mailpit](http://localhost:1025)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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 ~0 days

Total

5

Last Release

862d ago

Major Versions

v0.3 → v1.0.02024-02-21

PHP version history (2 changes)v0.1PHP ^8.1

v1.0.0PHP ^8.3

### Community

Maintainers

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

---

Top Contributors

[![jpcaparas](https://avatars.githubusercontent.com/u/2406808?v=4)](https://github.com/jpcaparas "jpcaparas (13 commits)")

---

Tags

frameworklaraveldockerjetstreamsail

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/zenoware-sailstream/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

23.2k33.6k1](/packages/krayin-laravel-crm)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M974](/packages/statamic-cms)[code16/sharp

Laravel Content Management Framework

79164.7k8](/packages/code16-sharp)[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.

3891.8k](/packages/codewithdennis-larament)

PHPackages © 2026

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