Wednesday 20 February 2019

How to Install Laravel

How to Install Laravel?





Solution::
Hello Friends, My Name is Shubham Sunny In this video, we are going to learn, How to install Laravel? https://youtu.be/fTwmAgcK2_Q For that first, we need a server with PHP. I am now going to use XAMPP server. Now first we have to go to our browser and type Laravel Go to Laravel website and select documentation then select the latest version of Laravel. To install composer click on composer Then click on the download The composer is already installed on my computer. To check this open command prompt, Write composer. This will show you composer is already in your system. Now in command prompt, with cd command go to the path cd xampp/htdocs but before this First exit from the current folder. Now go to the website and use command Via Composer Create-Project composer create-project --prefer-dist laravel/laravel blog here blog is your project name My project name is "laravelblog" now press enter Laravel downloading will start This totally depends on the speed of your internet When your Laravel get installed. Then you will get Laravel to the default theme. This is a very powerful PHP MVC Framework That's why Laravel is the most loved PHP framework You can check this in Google T rends See Now you have to go to "laravelblog" folder. with command prompt now you have to write start PHP artisan serve you will see a pop window will open now go to the browser write localhost:8000 Your Laravel website is here You have a Laravel website see this is the default Laravel theme Congrats You have created a Successful Laravel Website Thank you for Watching Please Subscribe my Channel Shubham Sunny Must Like and Share this video with your friends Thanks for reading.

1 comment:

Thank for your valuable Feedback