gfl/repository

package for repository

v1.7 2018-08-27 11:11 UTC

This package is auto-updated.

Last update: 2024-04-29 04:02:56 UTC


README

  • create respository : php artisan gfl:repository {nameRepository}
  • create respository Interface : php artisan gfl:respository-contract {nameRepository}
  • create respository eloquent : php artisan gfl:respository-eloquent {nameRepository}