💻Environment Setup
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's 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 boot 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
after it finished reboot your computer and after that run this command
Install PHP & it's extensions
Install MySql Server
use 0
for the password and use any password something like 12345678
after the installation is finished, start MySQL server
and on the MySQL server console use this command
Install Composer
Install Valet Linux+
no, you need to export Valet use
Or use the following
and now it will be easy to start installing valet
it will ask you for a password input 12345678
Install PHPmyadmin
the valet has been installed now, let's go and install PHPMyAdmin and link it with the .test subdomain using valet first of all, create a folder for your sites on the home directory ~
now we are on the Sites path, let's park this directory to be the directory of our projects
now any project on this directory will be auto-linked with subdomain .test, let's download PHPMyAdmin from this link and unzip the file inside the Sites directory and rename the folder to PHPMyAdmin, after that go inside the folder and use this command
change the line to
now use CTRL + x and say Y now we will use valet to link PHPMyAdmin and secure the link with SSL
now you can see the PHPMyAdmin working and you can use root as user and the password you created to MySQL to login
Last updated