PHPackages                             kzvn/l9-core - 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. [Framework](/categories/framework)
4. /
5. kzvn/l9-core

ActiveLibrary[Framework](/categories/framework)

kzvn/l9-core
============

A core design pattern for Laravel

v1.0.2(2y ago)014MITPHP

Since May 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/thanhtrungit97/l9core)[ Packagist](https://packagist.org/packages/kzvn/l9-core)[ RSS](/packages/kzvn-l9-core/feed)WikiDiscussions main Synced 1mo ago

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

Introduction
------------

[](#introduction)

KZVN/L9Core is a package that builds design patterns for Laravel

[![Latest Version on Packagist](https://camo.githubusercontent.com/723434206dc83410ed9d59dfa2dff9cfd5f1bcefaf3baaf7ff441498d630a6e2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b7a766e2f6c392d636f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kzvn/l9-core)[![Total Downloads](https://camo.githubusercontent.com/6e6514f453e1c35a853b33019146e6532f5e0c0e24758822ce19ef9724bdd634/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b7a766e2f6c392d636f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kzvn/l9-core)

Documentation
-------------

[](#documentation)

### Install

[](#install)

```
composer require kzvn/l9-core
```

### Usage

[](#usage)

Run the following artisan command to create a new Repository, Service, Resource:

```
php artisan kzvn:repository UserRepository
php artisan kzvn:service UserService
php artisan kzvn:resource UserResource
```

Example code:

```
