2017 © Pedro Peláez
 

library generators

Generators for Laravel Framework

image

hesto/generators

Generators for Laravel Framework

  • Tuesday, December 6, 2016
  • by Hesto
  • Repository
  • 1 Watchers
  • 0 Stars
  • 72 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Hesto Generators

  • make:view
  • make:view:tab
  • make:view:lang
  • make:controller:template
  • make:route:controller

Usage

Step 1: Install Through Composer

composer require hesto/generators

Step 2: Add the Service Provider

You'll only want to use these generators for local development, so you don't want to update the production providers array in config/app.php. Instead, add the provider in app/Providers/AppServiceProvider.php, like so:, (*1)

public function register()
{
    if ($this->app->environment() == 'local') {
        $this->app->register('Hesto\Generators\GeneratorsServiceProvider');
    }
}

Step 3: Publish config file

Just use, (*2)

php artisan vendor:publish

and a hesto/generators.php file will be created in your app/config directory., (*3)

The Versions

06/12 2016

dev-master

9999999-dev

Generators for Laravel Framework

  Sources   Download

MIT

The Requires

 

by Avatar Hesto

06/12 2016

v1.0.4

1.0.4.0

Generators for Laravel Framework

  Sources   Download

MIT

The Requires

 

by Avatar Hesto

27/11 2016

v1.0.3

1.0.3.0

Generators for Laravel Framework

  Sources   Download

MIT

The Requires

 

by Avatar Hesto

10/09 2016

v1.0.2

1.0.2.0

Generators for Laravel Framework

  Sources   Download

MIT

The Requires

 

by Avatar Hesto

10/09 2016

v1.0.1

1.0.1.0

Generators for Laravel Framework

  Sources   Download

MIT

The Requires

 

by Avatar Hesto

08/09 2016

v1.0.0

1.0.0.0

Generators for Laravel Framework

  Sources   Download

MIT

The Requires

 

by Avatar Hesto