| Package Data | |
|---|---|
| Maintainer Username: | terranc | 
| Maintainer Contact: | terran.chao@lookfeel.co (terranc) | 
| Package Create Date: | 2017-06-29 | 
| Package Last Update: | 2017-08-11 | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-11-01 15:01:19 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 5 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 1 | 
| Total Watchers: | 1 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
composer install terranc/lf-repository --dev
Add the following code to your app/Providers/AppServiceProvider.php file, within the root() method:
if ($this->app->environment() == 'local') {
  $this->app->register(\Lookfeel\Repository\RepositoryServiceProvider::class);
}
php artisan vendor:publish --provider "Lookfeel\Repository\RepoistServiceProvider" 
php artisan make:repository