2017 © Pedro Peláez
 

library generators

Laravel Repository - Service Providers - Generators

image

makzumi/generators

Laravel Repository - Service Providers - Generators

  • Saturday, October 24, 2015
  • by makzumi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel Repository and Service Provider Generators

This command line package help you create repositories and service providers, so you don't have to create files and folders by hand., (*1)

So, if you wanted to create a repository, you would call:, (*2)

php artisan makzumi:repo

or, (*3)

php artisan makzumi:service

And just answer the few questions the command asks., (*4)

repo Will generate an interface file and an implementation with proper namespacing and folder structure., (*5)

service Will generate the service class, the facade and the service provider with proper namespacing and folder structure., (*6)

After creation, read the generated README.MD to finish configuration in a couple steps., (*7)

Installation, (*8)

    composer require makzumi/generators dev-master

After that is done, add the following to the providers array in config/app.php, (*9)

    'Makzumi\Generators\GeneratorsServiceProvider'

Email me if you have questions: info@makzumi.com, (*10)

The Versions

24/10 2015

dev-master

9999999-dev

Laravel Repository - Service Providers - Generators

  Sources   Download

The Requires

 

by Ammar Almakzumi