The scale-out package Laravel is a new fast development framework based on the latest PHP version syntax and supports IoC and other design patterns. The latest version is 4.2. we recommend that you install PHP version 5.5 +.
This article lists 10 basic software packages that developers should use to build WEB applications using the Laravel framework. you do not need to build them on your own, such as authentication, debugging, and website optimization.
Code Generator (Laravel Generators)
You can use a simple command line to automatically generate Model/View/Controller code and Module based on the code template ).
Laravel IDE Helper)
This allows your IDE to support the accurate complementation function. This greatly reduces the number of times the API document is viewed.
Behat
In short, behat is a PHP framework that can test your Laravel application. It allows you to use the behavior-driven development process in your Laravel application, making it easier to write behavior tests for your application.
This is useful if your team wants to follow the BDD mode during development.
Ardent
Ardent allows data validation to be completed in a Model rather than in a view, which obviously reduces redundant repetitive data verification.
Debug Bar)
The PHP debugging bar project is undoubtedly a huge success, and you don't need to write var_dump everywhere. The Laravel debugging bar expands the component, including routing, views, events, and more information.
This makes debugging easier and faster, and improves your development efficiency.
Confide
The authentication module provides logon, registration, exit, password reset, and other functions.
Entrust
Complete RBAC implementation (role-based permission control), you only need to define your own role and path.
Former
Form processors are ubiquitous in WEB applications. Former makes it easier to define forms and draw them using your favorite CSS frameworks such as Bootstrap or Foundation.
HTML compressors (Laravel HTML Minify)
Reduce your page by about 18%, which is essential for improving performance
Laravel Administrator)
Laravel Administrator helps developers quickly build the background management interface without repeated building.
More Packages)
Laravel MongoDB: MongoDB ORM component OAuth 4 Laravel: OAuth supports Laravel Breadcrumbs: a simple method for creating the Breadcrumbs interface OAuth 2 server: secure and 100% standard compatible OAuth server Laravel dompdf: simple PHP-based PDF generation tool
Laravel website: http://laravel.com/
Original from: http://www.techbrood.com /? Q = Laravel
By iefreer