Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fadilxcoder/sf7-multi-app
Symfony 7 Multifunctionality App
https://github.com/fadilxcoder/sf7-multi-app
docker frankenphp github-actions symfony
Last synced: 7 days ago
JSON representation
Symfony 7 Multifunctionality App
- Host: GitHub
- URL: https://github.com/fadilxcoder/sf7-multi-app
- Owner: fadilxcoder
- License: mit
- Created: 2024-07-23T20:23:38.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-23T20:40:07.000Z (6 months ago)
- Last Synced: 2024-11-22T17:51:41.457Z (2 months ago)
- Topics: docker, frankenphp, github-actions, symfony
- Language: Dockerfile
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Symfony Project
- Symfony docker - https://github.com/dunglas/symfony-docker.git
- Docs : https://github.com/dunglas/symfony-docker?tab=readme-ov-file#getting-started
- Clean repo - Commit - https://github.com/fadilxcoder/sf7-multi-app/commit/87b48b05ceef9fb98fdde4e6e292b6162c741774
- Run `docker compose build --no-cache` to build fresh images
- Run `docker compose up --pull always -d --wait` to set up and start a fresh Symfony project **First time only**
- `docker compose up -d`
- Open `https://localhost` in your favorite web browser and [accept the auto-generated TLS certificate](https://stackoverflow.com/a/15076602/1352334)
- Run `docker compose down --remove-orphans` to stop the Docker containers.
## Docs
- https://localhost/
- https://localhost/_profiler/empty/search/results?limit=10
- Install profiler : `composer req symfony/web-profiler-bundle --dev`