How to install laravel 9

shanisingh03

shani singh

Posted on February 19, 2022

How to install laravel 9

Install Laravel 9 In Local

Today I am going to explain how you can Install Laravel 9.

Laravel Installation Guide.

Laravel documented the Installation Guide you can read the document to get more details.

Tech Requirement

  • PHP 8.0.2
  • MySql
  • Composer

Install Via Composer

Create First Laravel 9 Project



composer create-project laravel/laravel first-laravel9


Enter fullscreen mode Exit fullscreen mode

Now GO to the Installed Directory



cd first-laravel9


Enter fullscreen mode Exit fullscreen mode

Next to serve application



php artisan serve


Enter fullscreen mode Exit fullscreen mode

You can use Laravel Valet to setup local development environment in macOs.

All Set, Click on served Link and you can see output as below.

Laravel 9

The Installation Tutorial is below in the video.

If you face any issue while installing, please comment your query.

Thank You for Reading

Reach Out To me.
Twitter
Instagram
TechToolIndia YouTube Channel

πŸ’– πŸ’ͺ πŸ™… 🚩
shanisingh03
shani singh

Posted on February 19, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related