Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hostwithquantum/runway-example-symfony
example symfony app for runway
https://github.com/hostwithquantum/runway-example-symfony
planetary-quantum runway symfony
Last synced: 5 days ago
JSON representation
example symfony app for runway
- Host: GitHub
- URL: https://github.com/hostwithquantum/runway-example-symfony
- Owner: hostwithquantum
- Created: 2022-09-04T11:57:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T09:05:38.000Z (3 months ago)
- Last Synced: 2024-08-13T10:45:27.834Z (3 months ago)
- Topics: planetary-quantum, runway, symfony
- Language: PHP
- Homepage: https://www.runway.horse/
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Runway Example symfony App
This is an example app demonstrating how to deploy a symfony 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 Symfony demo application (`6.1.x`), created with `composer create-project symfony/skeleton:"6.1.*" example-symfony-api`.
For more details, head over to our documentation:
https://www.runway.horse/docs/recipes/php/deploy-symfony-api/