2017 © Pedro Peláez
 

library repo-generator

This package create repository for a database model.

image

owllog/repo-generator

This package create repository for a database model.

  • Thursday, April 19, 2018
  • by Cman
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

LaraGenRepo

This package use for >= laravel 5 to generate repository for a database model., (*1)

Installation:

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

Usage:

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)

The Versions

19/04 2018

dev-master

9999999-dev

This package create repository for a database model.

  Sources   Download

MIT

The Requires

 

by Ahmed Meklad

30/09 2017

1.0.0

1.0.0.0

This package create repository for a database model.

  Sources   Download

MIT

The Requires

 

by Ahmed Meklad