Symfony Book Source Code
Please check the projects section for more details.
Branch | Symfony Version | PHP Version |
---|---|---|
v5 | ^5.4 |
^8.1 |
Symfony 5
Code: https://github.com/habibun/symfony-book/tree/v5
Resources:
Prerequisites: Symfony CLI, PHP, Composer, Git, PostgreSQL, Docker, Docker Compose
# Clone the repository using the command
git clone [email protected]:habibun/symfony-book.git
# Navigate into the cloned directory
cd symfony-book
# Checkout to project branch
git checkout v
# Create .env.local file
make init
Configure the database connection in the .env.local file
# Install project
make install
# Start the local development server
make start
Please check more rules in Makefile.
Distributed under the MIT License. See LICENSE for more information.