owllog / repo-generator
This package create repository for a database model.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/owllog/repo-generator
Requires
This package is auto-updated.
Last update: 2025-10-17 12:14:35 UTC
README
This package use for >= laravel 5 to generate repository for a database model.
Installation:
1- cd into vendor folder.
2- use the next command in the terminal to install the package:
  $ git clone https://github.com/Meklad/LaraGenRepo.git
3- type in the terminal:
  $ composer dumpauotload
Or Type:
  $ composer dumpautoload -o
Usage:
1- To create new repository for a database model type in the terminal:
  $ php artisan make:repository <Repository Name> <Model Name>
2- To find the path to repository dirctory cd app/Repository