Download the PHP package thanhnamcnv/laravel-make-repository-service without Composer
On this page you can find all versions of the php package thanhnamcnv/laravel-make-repository-service. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download thanhnamcnv/laravel-make-repository-service
More information about thanhnamcnv/laravel-make-repository-service
Files in thanhnamcnv/laravel-make-repository-service
Package laravel-make-repository-service
Short Description A simple package to create a make:repository, make:service command for Laravel 8+
License MIT
Informations about the package laravel-make-repository-service
Laravel 6+ Php Artisan Make:Repository, Php Artisan Make:Service
A package for addding php artisan make:repository
, php artisan make:service
command to Laravel 6+
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
In your config/app.php add NamTran\LaravelMakeRepositoryService\RepositoryServiceProvider::class to the end of the providers array:
Publish Configuration
Usage
php artisan make:repository your-repository-name
php artisan make:service your-service-name
Example:
or
All versions of laravel-make-repository-service with dependencies
illuminate/config Version ~5.0|~6.0|~7.0|~8.0|~9.0
illuminate/support Version ~5.0|~6.0|~7.0|~8.0|~9.0
illuminate/database Version ~5.0|~6.0|~7.0|~8.0|~9.0
illuminate/pagination Version ~5.0|~6.0|~7.0|~8.0|~9.0
illuminate/console Version ~5.0|~6.0|~7.0|~8.0|~9.0
illuminate/filesystem Version ~5.0|~6.0|~7.0|~8.0|~9.0