dev-master
9999999-devThis package create repository for a database model.
MIT
The Requires
by Ahmed Meklad
1.0.0
1.0.0.0This package create repository for a database model.
MIT
The Requires
by Ahmed Meklad
This package create repository for a database model.
This package use for >= laravel 5 to generate repository for a database model., (*1)
1- cd into vendor folder., (*2)
2- use the next command in the terminal to install the package:, (*3)
$ git clone https://github.com/Meklad/LaraGenRepo.git
3- type in the terminal:, (*4)
$ composer dumpauotload
Or Type:, (*5)
$ composer dumpautoload -o
1- To create new repository for a database model type in the terminal:, (*6)
$ php artisan make:repository <Repository Name> <Model Name>
2- To find the path to repository dirctory cd app/Repository, (*7)
This package create repository for a database model.
MIT
This package create repository for a database model.
MIT