makzumi/generators

Laravel Repository - Service Providers - Generators
36 1
Install
composer require makzumi/generators
PHP:>=5.4.0
Last Updated:Oct 24, 2015
Links: GitHub  ·  Packagist
Maintainer: makzumi

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.

So, if you wanted to create a repository, you would call:

php artisan makzumi:repo

or

php artisan makzumi:service

And just answer the few questions the command asks.

repo Will generate an interface file and an implementation with proper namespacing and folder structure.

service Will generate the service class, the facade and the service provider with proper namespacing and folder structure.

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

Installation

	composer require makzumi/generators dev-master

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

	'Makzumi\Generators\GeneratorsServiceProvider'

Email me if you have questions: info@makzumi.com

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

617,346,630 9,703
laravel/framework

The Laravel Framework.

561,395,438 34,860
laravel/tinker

Powerful REPL for the Laravel framework.

471,804,685 7,440