Laravel Installation

Install Laravel with XAMPP Steps

To install Laravel follow these steps:

    Step 1Install XAMPP and Composer

    Step 2Install Laravel Installer Globally

    Step 3Install Laravel

    Step 4Run server

    Step 5Restart Apache in XAMPP


Step 2: Install Laravel Installer Globally

composer require laravel/installer -W

Step 3: Install Laravel

Create New Project in powershell inside C:\xampp\htdocs\

laravel new my-app

Step 4: Run server

In terminal run below comment to run server

cd my-app
php artisan serve

Step 5: Restart Apache in XAMPP

Now you can open:

http://127.0.0.1:8000/

Whereisstuff is simple learing platform for beginer to advance level to improve there skills in technologies.we will provide all material free of cost.you can write a code in runkit workspace and we provide some extrac features also, you agree to have read and accepted our terms of use, cookie and privacy policy.
© Copyright 2024 www.whereisstuff.com. All rights reserved. Developed by whereisstuff Tech.