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: about 1 year 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T17:21:25.000Z (over 1 year ago)
- Last Synced: 2025-01-23T04:43:48.102Z (over 1 year ago)
- Topics: docker, frankenphp, github-actions, symfony
- Language: PHP
- Homepage:
- Size: 31.3 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`