blockers-tech / repositories
Simple package to provide easy generation to repository classes to support Repository Pattern in Laravel.
Fund package maintenance!
Blockers-tech
Requires
- php: ^8.2
- illuminate/contracts: ^10.0||^11.0
- dev-main
- V1.0.0
- dev-dependabot/composer/illuminate/contracts-tw-12.13.0
- dev-dependabot/github_actions/dependabot/fetch-metadata-2.4.0
- dev-dependabot/composer/illuminate/contracts-tw-12.12.0
- dev-dependabot/composer/illuminate/contracts-tw-12.10.2
- dev-dependabot/composer/illuminate/contracts-tw-12.9.2
- dev-dependabot/composer/illuminate/contracts-tw-12.8.1
- dev-dependabot/composer/illuminate/contracts-tw-12.7.2
- dev-dependabot/composer/illuminate/contracts-tw-12.4.1
- dev-dependabot/composer/illuminate/contracts-tw-12.3.0
- dev-dependabot/composer/illuminate/contracts-tw-12.2.0
- dev-dependabot/composer/illuminate/contracts-tw-12.1.1
- dev-dependabot/composer/illuminate/contracts-tw-12.0.1
- dev-dependabot/github_actions/dependabot/fetch-metadata-2.3.0
- dev-dependabot/github_actions/dependabot/fetch-metadata-2.2.0
This package is auto-updated.
Last update: 2025-05-12 20:00:39 UTC
README
Simple package to provide easy generation of repository classes to support Repository Pattern in Laravel.
Installation
You can install the package via composer:
composer require blockers-tech/repositories
Usage
php artisan make:repository User (Any model name)
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.