Pages · TomatoPHP
💿 Configuring the server
we are recommending using our environment to make the project work will we are using ubuntu Linux and laravel valet +
Install BackBox Linux
we are like to use BackBox Linux it has a lot of tools and supports our environment, so from the link we keep downloading the ISO image and putting it in USB using Rufus and then booting your computer into it
Install dependencies packages
let's start by opening our terminal and updating the system to the last one, and after that install some packages
bash
bash
after it finished reboot your computer and after that run this command
bash
Install PHP & its extensions
bash
bash
Install MySql Server
bash
bash
use 0 for the password and use any password something like 12345678
after the installation is finished, start MySQL server
bash
and on the MySQL server console use this command
sql
sql
sql
Install Composer
bash
bash