2017 © Pedro Peláez
 

library gzone-library

image

sondt87/gzone-library

  • Thursday, May 8, 2014
  • by sondt87
  • Repository
  • 1 Watchers
  • 0 Stars
  • 58 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

gzone-library

install

"sondt87/gzone-library": "dev-master", (*1)

Register Service provider on config/app.php:

'Sondt87\GzoneLibrary\GzoneLibraryServiceProvider', (*2)

How to use

make controller

php artisan util:make_controller [name], (*3)

example

php artisan util:make_controller User, (*4)

5 files is generated:
results
 app 
  |__ controllers
              |__ User
                     |__ APIController.php
                     |__ BackendController.php
                     |__ BaseController.php
                     |__ FrontendController.php
                     |__ Interface.php

make repository

php artisan util:make_repository [name] [folder_path], (*5)

example

php artisan util:make_repository User Demo/Repo, (*6)

results
app
 |__ Demo
      |__ Repo
            |__ User
            |       |__ UserRepository.php
            |       |__ EloquentUserRepository.php
            |      
            |__ AbstractRepository.php
            |__ IRepository

make model

php artisan util:make_model [name] {table}, (*7)

note: atomaticaly remove charactor "_"., (*8)

example

php artisan util:make_model User_Profile, (*9)

results
app
 |__ models
      |__ UserProfile.php
                   |__ public $table = 'user_profile';

The Versions

08/05 2014

dev-master

9999999-dev http://github.com/sondt87/gzone-library

  Sources   Download

MIT

The Requires

 

by son.dt

08/05 2014

2.2.0

2.2.0.0 http://github.com/sondt87/gzone-library

  Sources   Download

MIT

The Requires

 

by son.dt

06/05 2014

2.1.1

2.1.1.0 http://github.com/sondt87/gzone-library

  Sources   Download

MIT

The Requires

 

by son.dt

06/05 2014

2.1.0

2.1.0.0 http://github.com/sondt87/gzone-library

  Sources   Download

MIT

The Requires

 

by son.dt

21/04 2014

2.0.0

2.0.0.0 http://github.com/sondt87/gzone-library

  Sources   Download

MIT

The Requires

 

by son.dt

18/04 2014

1.4.1

1.4.1.0 http://github.com/sondt87/gzone-library

  Sources   Download

MIT

The Requires

 

by son.dt

09/04 2014

v1.2

1.2.0.0 http://github.com/sondt87/gzone-library

  Sources   Download

MIT

The Requires

 

by son.dt