2017 © Pedro Peláez
 

library laravel-generator

The package use to generate a module with JSONAPI spec

image

kun391/laravel-generator

The package use to generate a module with JSONAPI spec

  • Tuesday, June 7, 2016
  • by kun391
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Generator

Build Status Latest Stable Version Total Downloads Monthly Downloads Daily Downloads, (*1)

The package use to generate a module with JSONAPI spec., (*2)

Install

Via Composer, (*3)

``` bash $ composer require kun391/laravel-generator, (*4)


Or add the following to your composer.json file :

"require": { "kun391/laravel-generator": "dev-master", },, (*5)

$ composer update, (*6)


Then register service provider with in config/app.php:

'providers' => [ ... Kun\Generator\GeneratorServiceProvider::class, ], (*7)


and add alias Input to aliases

'aliases' => [ ... 'Input' => Illuminate\Support\Facades\Input::class, ], (*8)


## Usage Run this command with format:

php artisan generator:run events --dir='./packages' --namespace='Kun\Events', (*9)


## Change log Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. ## Testing ``` bash $ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*10)

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

07/06 2016

dev-master

9999999-dev https://github.com/kun391/laravel-generator

The package use to generate a module with JSONAPI spec

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud scaffold packages

07/06 2016

dev-develop

dev-develop https://github.com/kun391/laravel-generator

The package use to generate a module with JSONAPI spec

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel crud scaffold packages