Skip to content

A package to create a make:repository, make:service command for Laravel 5+

License

Notifications You must be signed in to change notification settings

rahulcoresolutions/laravel-make-repository-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 5+ Php Artisan Make:Repository, Php Artisan Make:Service

A package for addding php artisan make:repository, php artisan make:service command to Laravel 5+

Installation

Require the package with composer using the following command:

composer require thanhnamcnv/laravel-make-repository-service --dev

Or add the following to your composer.json's require-dev section and composer update

"require-dev": {
          "thanhnamcnv/laravel-make-repository-service": "^1.0.0"
}

Usage

php artisan make:repository your-repository-name

php artisan make:service your-service-name

Example:

php artisan make:repository UserRepository

php artisan make:service UserService

or

php artisan make:repository Backend\UserRepository

php artisan make:service Backend\UserService

About

A package to create a make:repository, make:service command for Laravel 5+

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%