PHPackages                             mevada-kalpesh/repo-structure - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mevada-kalpesh/repo-structure

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mevada-kalpesh/repo-structure
=============================

You can create your repository structure with a single command and all required files.

366PHP

Since Nov 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mevadakalpesh/repo-structure)[ Packagist](https://packagist.org/packages/mevada-kalpesh/repo-structure)[ RSS](/packages/mevada-kalpesh-repo-structure/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Repo Structure
==============

[](#repo-structure)

Repo Structure is a Laravel package that allows you to create repository structure with single command including class,interface,Provider as well as binding code and Service with Common functions.

---

Installation
------------

[](#installation)

You can install the package via composer if this command give error add `:dev-main` at last as a version:

```
composer require mevada-kalpesh/repo-structure
```

Add This Provider in `Providers` in `config/app.php` after installing the package

```
App\Providers\RepositoryProvider::class
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Kalpesh\RepoStructure\RepoStructureProvider"
```

This is the contents of the published config file:

```
// config/repo-sturcture.php
