Other
Base Pattern Laravel
A Laravel boilerplate built around the repository pattern with reusable filtering, pagination, and efficient search features. Now end-of-life and no longer maintained.
Base Pattern Laravel is a Laravel boilerplate designed to provide a structured and maintainable foundation for building backend applications. It uses the Repository Pattern to organize data access and application logic, making the codebase easier to maintain and extend.
The boilerplate includes reusable features for common data management requirements, such as filtering, pagination, and efficient search. These features were designed to reduce repetitive implementation and provide a consistent approach to handling data across different modules.
Base Pattern Laravel is now end-of-life (EOL) and is no longer actively maintained. The project remains as a reference for the architecture and patterns used, but it is not recommended for new production projects without further maintenance or modernization.