makzumi / generators by makzumi

Laravel Repository - Service Providers - Generators
36
1
2
Package Data
Maintainer Username: makzumi
Maintainer Contact: info@makzumi.com (Ammar Almakzumi)
Package Create Date: 2015-07-01
Package Last Update: 2015-10-24
Language: PHP
License: Unknown
Last Refreshed: 2024-05-04 15:02:54
Package Statistics
Total Downloads: 36
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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