The Laravel Repository package is meant to be a generic repository implementation for Laravel.
- Support for custom validators
- Honeypot spam protection
- Reserved name validation
To get the latest version of Laravel Repository simply require it in your composer.json
file.
"torann/laravel-repository": "0.1.*@dev"
You'll then need to run composer install
to download it and have the autoloader updated.
View the official documentation.
- Write up documentation