What is Laravel in hindi | laravel tutorial for beginners step by step in hindi | Part 1
What is Laravel
Laravel is a open-source PHP web framework,is it developed by Taylor Otwell.laravel first version release on 8 june 2011.it is used for web application development ,which is robust and easy to understand.it is MVC (model-view-controller) based php framework.Laravel provide a rich set of functionalities.If you are familiar with Core PHP and Advanced PHP, Laravel will make your task easier.
Features of Laravel Framework
- Template Engine
- MVC Architecture Support
- Eloquent ORM (Object Relational Mapping)
- Artisan
- Libraries & Modular
- Database Migration System:
- Routing controllers
- E-mailing facilities
- Composer based
- Authentication System
Requirement of laravel
- Server :Xampp / Wampp /Mampp
- PHP Version : 7.0.0
- Composer
Required Knowledge
- Core PHP
- Advance PHP
- PHP oops