Examples
PHP / Laravel
Deploy a Laravel application
Prompt
Prompt
❯
Create a Laravel API for a simple inventory system. Include models, migrations, and RESTful controllers. Deploy to Ink.
Build details
| Setting | Value |
|---|---|
| Build pack | Auto-detect (PHP / Laravel) |
| Start command | php artisan serve --host=0.0.0.0 --port=3000 |
| Port | 3000 |