filmov
tv
How to Install Symfony PHP Framework on Ubuntu 22.04
Показать описание
Symfony is one of the most popular PHP frameworks used for web applications. It is known for its independent components, which can be easily integrated into any other PHP project. Symfony is released as open-source software and is suitable to build PHP applications of any size.
This tutorial will show you how to install the Symfony PHP framework on Ubuntu 22.04.
Useful Links:
WARNING - ANGLED BRACKETS AREN'T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR
Commands Used:
apt install php php-json php-ctype php-curl php-mbstring php-xml php-zip php-tokenizer php-tokenizer libpcre3 git zip unzip
export PATH="$HOME/.symfony5/bin:$PATH"
source ~/.bashrc
symfony new project --full
cd project
symfony server:start
This tutorial will show you how to install the Symfony PHP framework on Ubuntu 22.04.
Useful Links:
WARNING - ANGLED BRACKETS AREN'T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR
Commands Used:
apt install php php-json php-ctype php-curl php-mbstring php-xml php-zip php-tokenizer php-tokenizer libpcre3 git zip unzip
export PATH="$HOME/.symfony5/bin:$PATH"
source ~/.bashrc
symfony new project --full
cd project
symfony server:start