Explain what is Laravel

devquora
devquora

Posted On: Feb 22, 2018

 

Laravel is an open-source and free PHP framework. This means that this framework can be used for any purpose and the users can study it and modify or make changes in it as well. It is a web framework so it is created for the development of other software and web applications. Moreover, it follows the architectural pattern of the model-view-controller. And it is based on the previous PHP web framework, Symfony.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Laravel Latest Questions

    How do I install Laravel, talk about the different ways?

    You can download laravel by first downloading the Laravel installer using Composer: composer global requires "laravel/installer=~1.1" then place the ~/.composer/vendor/bin directory in your PATH so th...

    Laravel Latest Questions

    Explain what is MVC architecture?

    MVC architecture stands for Model-View-Controller architecture which is an architectural pattern that separates an application into three main logical components: the model, the view, and the controll...

    Laravel Latest Questions

    Describe Laravel Service Provider?

    Laravel Service Provider is the central place of all Laravel application bootstrapping that is used for registering things, including registering service container bindings, event listeners, middlewar...