Install
One line. No Homebrew, no global packages, no hosts file edits โ the installer scaffolds everything into the current directory.
curl https://init.web.ap.it/bin/go.sh > go.sh && sh go.sh
Quick start
Three steps from an empty folder to a live local app.
Run the installer
Paste the install command. The script downloads itself and drives the full setup โ no global install needed.
curl https://init.web.ap.it/bin/go.sh > go.sh && sh go.sh
Name your project
Choose a subdomain. That name becomes your-name.127001.it โ nothing leaves your machine.
Open the browser
The script prints app, panel, Mailpit, MinIO, MariaDB, and Valkey endpoints. Start building.
What's included
A production-parity local environment so you can focus on features โ not tooling.
/etc/hosts
editsPowered by 127001.it
Every project gets a real subdomain under *.127001.it โ free wildcard DNS that
resolves to 127.0.0.1.
| Type | Name | Value | Note |
|---|---|---|---|
A |
*.127001.it |
127.0.0.1 |
Wildcard โ all subdomains resolve locally |
Zero setup. No accounts. Infinite subdomains. Always free. Learn more at 127001.it.
Helper scripts
Every generated project ships with a bin/ directory of day-to-day helpers.
| Script | Command | Description |
|---|---|---|
| Setup | sh bin/setup.sh |
First-run install (skip if you used the initializer) |
| Start | sh bin/start.sh |
Start all Docker containers |
| Stop | sh bin/stop.sh |
Stop all Docker containers |
| Test | sh bin/test.sh |
Run the test suite via PHPUnit |
| Lint | sh bin/pint.sh |
Fix code style with Laravel Pint |
| Analyse | sh bin/stan.sh |
Static analysis with PHPStan / Larastan |
| Jobs | sh bin/jobs.sh |
Start the queue worker |
| Cache | sh bin/cache.sh |
Clear application caches |
| DB Refresh | sh bin/fresh.sh |
Drop, migrate, and re-seed |
| Bash | sh bin/bash.sh |
Shell inside the app container |
Take it to production
Once the app is ready locally, deploy Laravel to any Ubuntu VPS with cipi.sh โ PHP-FPM, MariaDB, Nginx, Let's Encrypt, zero-downtime releases.
wget -O - https://cipi.sh/setup.sh | bash
- Full app isolation โ own Linux user, PHP-FPM pool & database per app
- Zero-downtime deploys with instant rollback via Deployer
- Let's Encrypt SSL, Fail2ban, UFW โ automated
- Multi-PHP, queue workers, S3 backups, auto-deploy webhooks
- AI agent ready โ built-in MCP server for Cursor, VS Code, Claude Desktop
Deploy with Cipi
Local with init. Production with cipi.sh โ the same Laravel workflow, end to end.
Explore cipi.sh โ