what is meant by Laravel ?



what is meant by Laravel ?..

Answer / suresh kumar

Laravel is an open-source PHP framework, which is robust and easy to understand Morever,a website built in Laravel is secure and prevents several web attacks.
In Core PHP and Advanced PHP, Laravel will make your task easier. It saves a lot time if you are planning to develop a website from scratch.
Laravel reuses the existing components of different frameworks which helps in creating a web application. The web application thus designed is more structured and pragmatic.

Advantages of Laravel :

. The web application becomes more scalable, owing to the Laravel framework.

. It includes namespaces and interfaces, thus helps to organize and manage resources.

Composer:

. Composer is a tool which includes all the dependencies and libraries.

. It allows a user to create a project with respect to the mentioned framework.

. Third party libraries can be installed easily with help of composer.

. All the dependencies are noted in composer.json file which is placed in the source folder.

Artisan

. Command line interface used in Laravel is called Artisan.

. It includes a set of commands which assists in building a web application.

. These commands are incorporated from Symphony framework, resulting in add-on features in Laravel 5.1 (latest version of Laravel).

Features of Laravel:

Modularity:Laravel provides 20 built in libraries and modules which helps in enhancement of the application.

Testability: This feature helps in maintaining the code as per the requirements.

Routing: Routing helps to scale the application in a better way and increases its performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

How to assign a variable value for all view file?

0 Answers  


What is a caas?

0 Answers  


Provide system requirements for installation of laravel framework?

0 Answers  


Explain response in laravel.

0 Answers  


Explain how to get requested path in laravel?

0 Answers  






What is laravel api?

0 Answers  


What are service providers in laravel?

0 Answers  


Is laravel any good?

0 Answers  


What do you understand by eloquent orm?

0 Answers  


What do you know about php artisan? Mention some artisan command.

0 Answers  


What are the three service provider types?

0 Answers  


Explain me how to assign multiple middleware to laravel route ?

0 Answers  


Categories