Posts

Showing posts from June, 2018

What is Laravel and how to install at localhost?

Image
What is Laravel and how to install at localhost? Laravel is the PHP  web framework, created by Taylor Otwell. Laravel is open source which freely available for anyone. Laravel - intended for the development of web applications following the model–view–controller (MVC) architectural pattern and based on Symfony. Following are steps, to install / setup laravel on your localhost(Wamp/Xampp server). First of all download COMPOSER (Composer is an application-level package manager for the PHP programming language that provides a standard format for managing dependencies of PHP software and required libraries). Composer help developer for creating controllers and views and so many dependencies which required by MVC. Install compose from the give link  https://getcomposer.org/download/  , then goto manual download  https://getcomposer.org/Composer-Setup.exe for first time user and windows OS user. Create your first directory using composer command in C...