Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divio/getting-started-with-symfony
https://github.com/divio/getting-started-with-symfony
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/divio/getting-started-with-symfony
- Owner: divio
- License: mit
- Created: 2023-09-05T10:37:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T09:02:37.000Z (5 months ago)
- Last Synced: 2024-08-16T10:25:22.123Z (5 months ago)
- Language: PHP
- Size: 489 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Getting Started with Symfony
[![Deploy to Divio](https://docs.divio.com/deploy-to-divio.svg)](https://control.divio.com/app/new/?template_url=https://github.com/divio/getting-started-with-symfony/archive/refs/heads/main.zip)
Welcome to our QuickStart template – your portal to swift application development and seamless local testing. Whether you're delving into Symfony for the first time or optimizing your workflow, our template, based on Symfony' [Guide](https://symfony.com/doc/current/setup.html) guide, has got you covered.
## Cloud Setup
Create a [Divio Account](https://control.divio.com/) and choose **Symfony** from the template selection when creating a new application. Alternatively, click the `Deploy to Divio` button above and follow the app creation wizard. Finally, deploy your app to the `test` or `live` environment.
For in-depth details about Divio Cloud, refer to the [Divio documentation](https://docs.divio.com/introduction/).
## Local Setup
Install the [Divio CLI](https://github.com/divio/divio-cli) to set up your app locally.
Alternatively, build this app locally using Docker:
1. Ensure [Docker](https://docs.docker.com/get-docker/) is installed and running.
2. Run `docker compose build` to build fresh images.
3. Install dependencies using `docker compose run --rm web composer install`.
4. Run `docker compose up` to start the project.
5. Open `http://localhost:8000`.