Laravel is a PHP framework created by Taylor Otwell. Currently, it is one of the most famous PHP frameworks that exist and also is one of the most used because of its simplicity, but this doesn’t mean that isn’t a complete framework, just the opposite. It has a lot of features that make more and more people support the project.
The community behind it is huge, they contribute to the core and with many packages (in some days I will explain about this) that help us to save time in common tasks in almost every project.
Some features it has:
- Own template engine, Blade
- Own ORM, Eloquent
- Routes
- Packages
- MVC
- And many more
Continue reading “Laravel 5.4 #1 : Install and create the first project”