https://github.com/hostwithquantum/runway-example-laravel
example laravel app for runway
https://github.com/hostwithquantum/runway-example-laravel
laravel planetary-quantum runway
Last synced: 7 months ago
JSON representation
example laravel app for runway
- Host: GitHub
- URL: https://github.com/hostwithquantum/runway-example-laravel
- Owner: hostwithquantum
- Created: 2022-09-04T11:52:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T09:05:22.000Z (about 1 year ago)
- Last Synced: 2025-01-11T00:08:15.994Z (9 months ago)
- Topics: laravel, planetary-quantum, runway
- Language: PHP
- Homepage: https://www.runway.horse/
- Size: 73.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Runway Example laravel App
This is an example app demonstrating how to deploy a laravel app
to [runway](https://www.runway.horse/).* clone this repo, and navigate into that directory
* `runway app create`
* `runway app deploy`
* `runway open`You can then deploy changes by `git commit`ing 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/