zenoware/sailstream
最新稳定版本:v1.0.1
Composer 安装命令:
composer create-project zenoware/sailstream
包简介
Laravel + Sail + Jetstream. Spin something quickly.
README 文档
README
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
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-02-21