
Laravel 9 Installation
To install PHP Laravel Framework, you must have PHP, MySql, Apache/nginx installed on your Linux or Windows server. In addition, your PHP Server should have the following extensions with the new version of PHP:
- PHP >= 8.0
- BCMath PHP Extension
- Ctype PHP Extension
- cURL PHP Extension
- DOM PHP Extension
- Fileinfo PHP Extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PCRE PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
And Composer must be installed to manage Laravel Framework’s dependencies. If you have Windows machine, you can install Composer from this link If you have a Linux or Unix machine, type the following command in the terminal:
sudo apt install composer
If all our requirements including composer are installed, now we will see the Laravel Installation step by step, let’s see the steps and install :
First step: First check if your composer is running? For this you have to write composer and press enter. If running then the result will be as below :
Windows Output:
Linux Output:
Second step: This time navigate to the drive where you will install laravel project. Then enter the following command:
composer create-project laravel/laravel your-project-name
Here you have to give your project name instead of your-project-name. Here we named w3programmers: see below screenshot :
Step 3: Now you need to navigate to your project folder and run the following command.
php artisan serve
See the screenshot below :
Step 4: Now you need to go to any of your browsers and enter http://127.0.0.1:8000/
day You will get output like below screenshot :

Hi, My name is Masud Alam, love to work with Open Source Technologies, living in Dhaka, Bangladesh. I’m a Certified Engineer on ZEND PHP 5.3, I served my first Fifteen years a number of leadership positions at AmarBebsha Ltd as a CTO, Winux Soft Ltd, SSL Wireless Ltd, Canadian International Development Agency (CIDA), World Vision, Care Bangladesh, Helen Keller, US AID and MAX Group where I worked on ERP software and web development., but now I’m a founder and CEO of TechBeeo Software Company Ltd. I’m also a Course Instructor of ZCPE PHP 7 Certification and professional web development course at w3programmers Training Institute – a leading Training Institute in the country.