fatihirday/repository-make

repository-make

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/fatihirday/repository-make

v0.0.3 2024-08-20 17:04 UTC

This package is auto-updated.

Last update: 2025-10-20 19:44:32 UTC


README

Laravel Reposiyory

Installation

  1. Run composer command to install the package
composer require fatihirday/repository-make
  1. Publish the config and migration files.
php artisan vendor:publish --provider="Fatihirday\RepositoryMake\Providers\RepositoryServiceProvider"
  • Response
* config/repository.php

Configuration

  1. Config repository File
return [
    'folder' => 'Services',
];
Config Des
folder Interface and Repository path

Make Repository and Interface

php artisan make:repository DemoRepository