This is an example app demonstrating how to deploy a laravel app to runway.
- clone this repo, and navigate into that directory
runway app createrunway app deployrunway open
You can then deploy changes by git commiting them, and running runway app deploy again.
This is the Laravel demo application (9.x), created with composer create-project laravel/laravel laravel-app.
For more details, head over to our documentation: https://www.runway.horse/docs/recipes/php/deploy-laravel/