Symfony is a very popular framework for the PHP language that is used to simplify the web design process, purpose-built to make building web applications as simple as possible. How do you install Symfony on Ubuntu Server 22.04 and start your first project? Let me show you how this is done.
What You’ll Need:
1. A running instance of Ubuntu Server 22.04
2. A user with sudo privileges
Link:
How to Install a Desktop Environment/GUI in Ubuntu Server
Commands:
sudo apt-get install php php-json php-ctype php-curl php-mbstring php-xml php-zip php-tokenizer libpcre3 git zip unzip git -y
mkdir ~/test
symfony new project –webapp
cd project
symfony server:start
Chapters:
0:00 Intro
0:23 Installing Required Dependencies
2:14 Installing Symfony
3:06 Creating your first Symfony Project
5:03 End screen
What you will learn:
1. Installing Required Dependencies
a. How to install the required dependencies
b. How to take care of the dependencies
c. How to get ready to install Symfony
2. Installing Symfony
a. How to define the Symfony path on your system
b. How to complete the symfony installation
c. How to installed symfony
3. Creating your first Symfony Project
a. How to make sure Symfony knows who you are
b. How create a new directory to house your project
c. How to name your project test and create the directory
d. How to change into that folder and start the project
e. How to begin developing your project
f. How You can start the server
#computereverywhere #install #symfony #phpframework #ubuntuserver #ubuntu22
Leave a Reply