Skip to content

habibun/symfony-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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 [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.

Learn More

Related

License

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