Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corazzi/eloquest
Eloquest provides a simple way to query your Eloquent models based on request parameters
https://github.com/corazzi/eloquest
eloquent eloquent-models laravel laravel-5-package php php7
Last synced: about 1 month ago
JSON representation
Eloquest provides a simple way to query your Eloquent models based on request parameters
- Host: GitHub
- URL: https://github.com/corazzi/eloquest
- Owner: corazzi
- Created: 2017-02-03T09:33:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T13:26:45.000Z (almost 8 years ago)
- Last Synced: 2024-12-06T19:14:10.240Z (about 2 months ago)
- Topics: eloquent, eloquent-models, laravel, laravel-5-package, php, php7
- Language: PHP
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eloquest
Add simple search from request queries to your models## Installation
// todo## Usage
Use the `Sachiano\Eloquest\Eloquest` trait in your model and create a search provider// tofinish
// idea – an 'always' method which always is applied to the query## Contributing
// todo## License
// todo