Download the PHP package zenoware/sailstream without Composer
On this page you can find all versions of the php package zenoware/sailstream. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sailstream
Sailstream
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
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
- Default MySQL DB host port has been changed to
3307. ChangeFORWARD_DB_PORTif needed. - AWS-prefix env var defaults have been changed to Minio.
Installation
Clone
composer global require zenoware/sailstream-installer
sailstream new
or
composer create-project zenoware/sailstream --prefer-dist
Set environment variables
cp .env.example .env
Install composer dependencies
composer install
Run
./vendor/bin/sail up
Migrate
./vendor/bin/sail artisan migrate
Build front-end
./vendor/bin/sail npm install
./vendor/bin/sail npm run dev
Symlink storage
./vendor/bin/sail artisan storage:link
(Optional) SSH into the app container
./vendor/bin/sail shell
Quick links
- Laravel
- Telescope
- PHPMyAdmin
- Minio (don't forget to add a
localbucket with R/W permissions) - Mailpit
All versions of sailstream with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
guzzlehttp/guzzle Version ^7.2
inertiajs/inertia-laravel Version ^0.6.8
laravel/framework Version ^10.10
laravel/jetstream Version ^4.2
laravel/sanctum Version ^3.3
laravel/telescope Version ^4.17
laravel/tinker Version ^2.8
tightenco/ziggy Version ^1.0
guzzlehttp/guzzle Version ^7.2
inertiajs/inertia-laravel Version ^0.6.8
laravel/framework Version ^10.10
laravel/jetstream Version ^4.2
laravel/sanctum Version ^3.3
laravel/telescope Version ^4.17
laravel/tinker Version ^2.8
tightenco/ziggy Version ^1.0
The package zenoware/sailstream contains the following files
Loading the files please wait ...