Web Programming TutorialsInstalling Laravel for PHP

Installing Laravel for PHP

Today we will be learning about a new framework, Laravel, which is useful in developing PHP applications in a very easy way. Since we have studied CodeIgniter in previous sessions, it will be very easy for us to understand Laravel in no time. So let us understand its use and installation in this Installing Laravel for PHP tutorial.

  • Something about Laravel:
    • Laravel is a free, open source web application framework.
    • It is designed for the development of model-view-controller (MVC) web applications.
    • To install Laravel you need to install a Composer first and then the Laravel framework.
    • Laravel utilizes Composer to manage its dependencies.
    • Composer is a tool for dependency management in PHP.
    • It allows us to declare the dependent libraries our project needs and then downloads and installs them in our project for us.
    • Let us follow the installation step by step:
      1. Download the composer for laravel from https://getcomposer.org/Composer-Setup.exe.
      2. Now install the downloaded composer setup by double clicking on it.
      3. It will ask you to browse the path of php.exe file in your computer. Provide php.exe file path and click next.
      4. Then click on the Install button to start the composer installation.
      5. After installation, it will ask you to open a new command window and write composer in it. So read the information carefully and click on Finish button.
      6. Now open a new command prompt, write composer in it and press enter, all the composer information will be displayed in it.
      7. Now once the composer has been installed, it’s time to install the laravel framework.
      8. Download the 4.2 version zip file of laravel from .
      9. Now extract its contents into a directory on your server.
      10. Now it is ready for your work.

 

Thus we learned installation of laravel on windows in this Installing Laravel for PHP tutorial.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Exclusive content

- Advertisement -

Latest article

21,501FansLike
4,106FollowersFollow
106,000SubscribersSubscribe

More article

- Advertisement -