Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clementvtrd/symfony-monolith
This project is a monolithic Symfony application that can be easily bootstrapped using Docker Compose.
https://github.com/clementvtrd/symfony-monolith
boilerplate frankenphp php8 symfony template
Last synced: about 1 month ago
JSON representation
This project is a monolithic Symfony application that can be easily bootstrapped using Docker Compose.
- Host: GitHub
- URL: https://github.com/clementvtrd/symfony-monolith
- Owner: clementvtrd
- Created: 2024-08-24T01:38:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T02:51:09.000Z (about 2 months ago)
- Last Synced: 2024-09-30T17:21:21.647Z (about 2 months ago)
- Topics: boilerplate, frankenphp, php8, symfony, template
- Language: PHP
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symfony Monolith Project
This project is a monolithic Symfony application that can be easily bootstrapped using Docker Compose.
## Prerequisites
Before getting started, make sure you have the following installed on your machine:
- Docker
- Docker Compose## Getting Started
To bootstrap the project, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/clementvtrd/symfony-monolith.git
```2. Navigate to the project directory:
```bash
cd symfony-monolith
```3. Build and start the Docker containers:
```bash
docker-compose up -d
```4. Install project dependencies:
```bash
docker-compose exec php composer install
```5. Access the application in your browser:
Open your browser and visit `https://localhost`.
## Additional Configuration
If you need to customize any configuration settings, you can modify the `.env` file located in the project root directory.