/symfony-book

Symfony Book Source Code

MIT LicenseMIT

About The Project

Symfony Book Source Code

Please check the projects section for more details.

Overview

Branch Symfony Version PHP Version
v5 ^5.4 ^8.1

Projects

Symfony 5

Symfony: The Fast Track v5

Code: https://github.com/habibun/symfony-book/tree/v5
Resources:

Installation

# Clone the repository using the command
git clone git@github.com: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.

Learn More

Related

License

Distributed under the MIT License. See LICENSE for more information.