Quickly scaffold a new Laravel Sail application with your preferred options through a visual interface. Pick your services, starter kit, and tools — then copy a single curl command to spin up your project.
cp .env.example .env
composer install
php artisan key:generate
bun install
bun run buildcomposer run devcomposer run testContributions are welcome! Please feel free to submit a Pull Request.
If you discover a security vulnerability, please open an issue rather than posting publicly.
This project is not a fork but builds upon the ideas and implementations of two projects:
- laravel/sail-server — the official Laravel Sail server package.
- rogerio-pereira/laravel-sailor — a community project for scaffolding Laravel Sail applications.
We give credit where it's due and recognize the contributions of the original authors.
The MIT License (MIT). Please see LICENSE for more information.
