10 likes | 15 Views
For managing dependencies, Laravel uses composer. Make sure you have a Composer installed on your system before you install Laravel. In this chapter, you will see the installation process of Laravel with examples. so visit here now https://www.phptpoint.com/install-laravel-on-windows/<br><br><br>
E N D
Laravel - Installation The top crucial part to install laravel on windows is requirements that demand the proper workflow of the framework. You need to fulfil the condition mentioned below before establishing the Laravel framework. PHP >= 5.6.4OpenSSL PHP ExtensionTokeniser PHP ExtensionMbstring PHP ExtensionXML PHP ExtensionPDO PHP Extension Step-1 Visit the below- mentioned URL and download composer to install it on your system. https://getcomposer.o rg/download/ Step-2 After downloading composer, open the command prompt browse to the web server root directory or localhost folder. Well! Hopefully, you already have installed XAMP or WAMP server in (C:\wamp, C:\wamp\www)for environment. open PHP working Step-3 Now you need to type the following command to create new Laravel project using composer. Composer create project -- prefer-dist laravel/laravel can replace mylaravel with your desired project name. mylaravelYou Step-4 If you have done the steps mentioned above carefully and then you need to check whether it is properly working or not and for that, you need to test the installation by opening the following link in your browser. http://Localhost/mylaravel/public/ Again if you want, then you can change or replace the my laravel with your project name. Laravel is utmost popular in this era and growing on a regular basis this beginner guide to install laravel windows will help you develop your skill on using framework correctly and become a master so that after completing this full beginner learning process you can build a gleaming attractive web application. www.phptpoint.com/install-laravel-on-windows/