PHPackages                             ssmalik99/repostarry - 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. ssmalik99/repostarry

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

ssmalik99/repostarry
====================

This is a helper package to create Repository system usage easy for laravel users

V1.0.2(3y ago)519MITPHP

Since Jun 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/SSMalik99/repostarry)[ Packagist](https://packagist.org/packages/ssmalik99/repostarry)[ RSS](/packages/ssmalik99-repostarry/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Starry
======

[](#starry)

Starry is a small package for creating a standard repository system in Laravel(PHP Framework).

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

[](#installation)

Install via composer

```
composer require ssmalik99/repostarry
```

Usage
-----

[](#usage)

### Launch Starry

[](#launch-starry)

```
php artisan starry:launch
```

This command will launch a basic setup for the starry and publish a config file `starry.php` to manage configuration of starry package.

#### Change configuration

[](#change-configuration)

If you want to use other folder structure then you can change this by changing the `.env` variables

###### If we followed the default setup then this config file will appear

[](#if-we-followed-the-default-setup-then-this-config-file-will-appear)

```
