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
443 watching
2k forks
last commit: 2 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. | 78,834 |
laravel/framework | A comprehensive web application framework with expressive syntax and robust tools for large applications. | 32,550 |
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 detecting languages from the browser, redirecting routes based on locale, and caching translations. | 3,377 |
laravel/scout | Provides a simple, driver-based solution for adding full-text search to Eloquent models. | 1,568 |
larastan/larastan | Analyzes PHP code to detect errors and improves developer productivity | 5,571 |
mongodb/laravel-mongodb | Provides an ORM interface to MongoDB | 7,018 |
reliese/laravel | Automatically generates Laravel models based on a database schema | 1,487 |
translation/laravel | Tools and methods for translating Laravel applications | 168 |
spatie/laravel-translatable | A package that makes Eloquent models store translations as JSON attributes | 2,250 |
owen-it/laravel-auditing | Provides auditing features to track changes in Eloquent models by recording discrepancies and anomalies | 3,050 |
bestmomo/laravel5-3-example | An open-source Laravel 5.3 application demonstrating various features and best practices for building a content management system. | 224 |
laravel-lang/lang | A comprehensive collection of language files and localization support for popular Laravel applications | 7,497 |
bestmomo/laravel5-example | A comprehensive Laravel 5.x application with various features and functionalities. | 1,200 |
illuminate/database | A toolkit for interacting with databases in PHP, providing an expressive query builder and database operations. | 2,689 |