PHPackages                             vicodersvn/laravel-kit - 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. vicodersvn/laravel-kit

ActiveLibrary

vicodersvn/laravel-kit
======================

Extension kit for Laravel Project

1.0.6(7y ago)0321PHP

Since Jun 25Pushed 7y ago2 watchersCompare

[ Source](https://github.com/vicodersvn/Vicoders-Laravel-Kit)[ Packagist](https://packagist.org/packages/vicodersvn/laravel-kit)[ RSS](/packages/vicodersvn-laravel-kit/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (9)Used By (0)

Vicoders Laravel Kit
====================

[](#vicoders-laravel-kit)

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
    - [Composer](#composer)
    - [Laravel](#laravel)
    - [Command](#command)

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

[](#installation)

### Composer

[](#composer)

Execute the following command to get the latest version of the package:

```
composer require vicodersvn/laravel-kit

```

### Laravel

[](#laravel)

#### &gt;= laravel5.5

[](#-laravel55)

ServiceProvider will be attached automatically

#### Other

[](#other)

In your `config/app.php` add `Vicoders\LaravelKit\Providers\LaravelKitServiceProvider::class` to the end of the `providers` array:

```
'providers' => [
    ...
    Vicoders\LaravelKit\Providers\LaravelKitServiceProvider::class,
],
```

### Command

[](#command)

##### Create register basic module

[](#create-register-basic-module)

```
php artisan make:module register --type=basic

```

##### Create register api module

[](#create-register-api-module)

```
php artisan make:module register --type=api

```

##### Create category basic module

[](#create-category-basic-module)

```
php artisan make:module category --type=basic

```

##### Create category api module

[](#create-category-api-module)

```
php artisan make:module category --type=api

```

##### Create post basic module

[](#create-post-basic-module)

```
php artisan make:module post --type=basic

```

##### Create post api module

[](#create-post-api-module)

```
php artisan make:module post --type=api

```

##### Create testimonial basic module

[](#create-testimonial-basic-module)

```
php artisan make:module testimonial --type=basic

```

##### Create testimonial api module

[](#create-testimonial-api-module)

```
php artisan make:module testimonial --type=api

```

##### Create product basic module

[](#create-product-basic-module)

```
php artisan make:module product --type=basic

```

##### Create product api module

[](#create-product-api-module)

```
php artisan make:module product --type=api

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 90% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

7

Last Release

2877d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/43356d8e3c623d68f91dcba5cb97e4bb881e40a7d1ccdbd3935a1c9c15f0c743?d=identicon)[vicodersvn](/maintainers/vicodersvn)

---

Top Contributors

[![nguyenchung26011992](https://avatars.githubusercontent.com/u/12622433?v=4)](https://github.com/nguyenchung26011992 "nguyenchung26011992 (9 commits)")[![vicoders-vn](https://avatars.githubusercontent.com/u/17023185?v=4)](https://github.com/vicoders-vn "vicoders-vn (1 commits)")

### Embed Badge

![Health badge](/badges/vicodersvn-laravel-kit/health.svg)

```
[![Health](https://phpackages.com/badges/vicodersvn-laravel-kit/health.svg)](https://phpackages.com/packages/vicodersvn-laravel-kit)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
