An open API service indexing awesome lists of open source software.

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()"

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.