https://github.com/muath-ye/laravel-models-helper
Add helpers for your models to be called as "post()->where('user_id', 1)->get()"
https://github.com/muath-ye/laravel-models-helper
Last synced: 4 months ago
JSON representation
Add helpers for your models to be called as "post()->where('user_id', 1)->get()"
- Host: GitHub
- URL: https://github.com/muath-ye/laravel-models-helper
- Owner: muath-ye
- Created: 2021-02-08T04:40:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T04:49:57.000Z (over 4 years ago)
- Last Synced: 2025-01-03T12:44:30.902Z (5 months ago)
- Size: 0 Bytes
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel models helper
This package allows you to call every model in your laravel project with helper function named as your model name.