laravel-best-practices
Laravel guidelines
A collection of guidelines and best practices for building maintainable, efficient, and scalable Laravel applications.
Laravel best practices
11k stars
444 watching
2k forks
last commit: 5 months ago
Linked from 1 awesome list
best-practiceslaravel
Related projects:
Repository | Description | Stars |
---|---|---|
laravel/laravel | A comprehensive web application framework that simplifies common tasks and provides tools for large, robust applications. | 79,063 |
laravel/framework | A comprehensive web application framework with expressive syntax and robust tools for large applications. | 32,780 |
nicolaslopezj/searchable | Adds search functionality to Eloquent models in Laravel applications | 2,010 |
mcamara/laravel-localization | A package that simplifies internationalization and localization in Laravel applications by providing features like automatic language detection, route redirects, and caching. | 3,383 |
laravel/scout | Provides a simple, driver-based solution for adding full-text search to Eloquent models. | 1,575 |
larastan/larastan | An extension of PHPStan to improve code analysis and static typing in Laravel applications. | 5,624 |
mongodb/laravel-mongodb | Provides an ORM interface to MongoDB | 7,024 |
reliese/laravel | Automatically generates Laravel models based on a database schema | 1,509 |
translation/laravel | Tools and methods for translating Laravel applications | 169 |
spatie/laravel-translatable | A package that makes Eloquent models store translations as JSON attributes | 2,264 |
owen-it/laravel-auditing | Provides auditing features to track changes in Eloquent models by recording discrepancies and anomalies | 3,078 |
bestmomo/laravel5-3-example | A comprehensive Laravel 5.3 application with authentication, blogging, and administration features. | 224 |
laravel-lang/lang | A comprehensive collection of language files and localization support for popular Laravel applications | 7,516 |
bestmomo/laravel5-example | Laravel 5 example project with authentication and admin functionality | 1,201 |
illuminate/database | A toolkit for interacting with databases in PHP, providing an expressive query builder and database operations. | 2,699 |