Here we shared Brief About Laravel. This will explain some brief information about Laravel.
- Laravel is the most popular and powerful MVC framework which is used to develop complex web applications.
- It is a free and Open source PHP framework.
- Laravel was created by Taylor Otwell in the year 2011.
- Laravel is following the MVC architecture.
Composer
- Third party libraries can be installed easily with help of composer.
- Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.
- Official Website: getcomposer
Artisan
- Artisan is the command line interface frequently used in Laravel and it includes a set of helpful commands for developing a web application.
- Third party libraries can be installed easily with help of composer.
Leave a reply