Download the PHP package owllog/repo-generator without Composer
On this page you can find all versions of the php package owllog/repo-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download owllog/repo-generator
More information about owllog/repo-generator
Files in owllog/repo-generator
Download owllog/repo-generator
More information about owllog/repo-generator
Files in owllog/repo-generator
Vendor owllog
Package repo-generator
Short Description This package create repository for a database model.
License MIT
Package repo-generator
Short Description This package create repository for a database model.
License MIT
Please rate this library. Is it a good library?
Informations about the package repo-generator
LaraGenRepo
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
All versions of repo-generator with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
~5
The package owllog/repo-generator contains the following files
Loading the files please wait ....