Home > Article > PHP Framework > Why choose laravel
Technical level
Technically speaking, Laravel is more radical and modern - PHP7 application, Composer package Dependencies, 100% test coverage, reasonable version release plan, elegant architectural design (middleware, routing, Artisan command line, code migration, fake data filling), coupled with the pleasant coding experience brought by well-designed interfaces, can It is said that Laravel has done many things right.
Laravel Developer Community
Laravel’s domestic ecosystem is also becoming increasingly mature. You can easily find a lot of Laravel-related Chinese learning materials and technologies online. Discussion community:
Laravel China Community - the largest Laravel developer community in China;
Laravel Chinese Documentation - Chinese documentation maintained by the Laravel China community, covering versions 5.1, 5.2, 5.3, 5.4, 5.5 ;
Laravel Information Column - Provides Laravel developers with the latest and hottest technical information
Laravel CheatSheat - Laravel Cheat Sheet
Composer Chinese Mirror - Packagist China full mirror, Make Composer so fast;
"Laravel Getting Started Tutorial - From Zero to Deployment and Online"
"Laravel Advanced Course-Building a Forum System from Scratch"
In fact, the framework There is no best, only choosing what suits you is the best.
For more knowledge about the laravel framework, please visit the laravel usage tutorial column!
The above is the detailed content of Why choose laravel. For more information, please follow other related articles on the PHP Chinese website!