PHPackages                             verzatiletom/vcomponent - 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. verzatiletom/vcomponent

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

verzatiletom/vcomponent
=======================

A simple vue component generator using make:v-component artisan command in Laravel.

1.0(8y ago)020MITPHPPHP ^7.0

Since Mar 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/VerzatileTom/vcomponent)[ Packagist](https://packagist.org/packages/verzatiletom/vcomponent)[ RSS](/packages/verzatiletom-vcomponent/feed)WikiDiscussions master Synced 4d ago

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

Laravel 5+ Vue Component Generator [![Latest Stable Version](https://camo.githubusercontent.com/30bcc490b90a0de446d00296ee17137173115929c2e61cbce7f21117388a5e38/68747470733a2f2f706f7365722e707567782e6f72672f7665727a6174696c65746f6d2f76636f6d706f6e656e742f762f737461626c65)](https://packagist.org/packages/verzatiletom/vcomponent) [![License](https://camo.githubusercontent.com/50adb1bd4351836b130b6ed90f473af16143f1680b577167f1bf9726444f90ac/68747470733a2f2f706f7365722e707567782e6f72672f7665727a6174696c65746f6d2f76636f6d706f6e656e742f6c6963656e7365)](https://packagist.org/packages/verzatiletom/vcomponent) [![StyleCI](https://camo.githubusercontent.com/5439d10b34a35ba81f34a575c2d8bbafc74cb2e5c45a268305ce143b6401840b/68747470733a2f2f7374796c6563692e696f2f7265706f732f3132363236353430332f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/126265403)
=====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#laravel-5-vue-component-generator---)

A simple vue component generator using `make:v-component` artisan command in Laravel.

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

[](#installation)

```
composer require verzatiletom/vcomponent

```

For Laravel 5.4 and below, paste this to your `config/app.php` inside your `providers` array.

```
Verzatiletom\Vcomponent\VcomponentServiceProvider::class
```

Usage
-----

[](#usage)

```
php artisan make:v-component {name} {--dir}

```

### Example

[](#example)

```
php artisan make:v-component DemoComponent

```

It will generate a `DemoComponent.vue` file in the `resources/assets/js` directory by default.

### Specify the location

[](#specify-the-location)

```
php artisan make:v-component DemoComponent --dir js/components

```

By specifying the `--dir` option, it will generate your `.vue` file on the your specified directory. In this example, it will generate your vue component in `assets/js/components` directory.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2977d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/11a825fa54d05d307a3ef05c1f7d490bde64d3f4413326ee4c16ce263ba17694?d=identicon)[VerzatileTom](/maintainers/VerzatileTom)

---

Top Contributors

[![TomasNiDo](https://avatars.githubusercontent.com/u/4560509?v=4)](https://github.com/TomasNiDo "TomasNiDo (17 commits)")

---

Tags

laravelgeneratorvuevue-component

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/verzatiletom-vcomponent/health.svg)

```
[![Health](https://phpackages.com/badges/verzatiletom-vcomponent/health.svg)](https://phpackages.com/packages/verzatiletom-vcomponent)
```

###  Alternatives

[dcblogdev/laravel-module-generator

Generate Laravel Modules from a template.

7710.1k1](/packages/dcblogdev-laravel-module-generator)[linkxtr/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

295.1k](/packages/linkxtr-laravel-qrcode)[riverskies/laravel-vue-component

Helper package to aid usage of Vue Components within Laravel projects

201.2k](/packages/riverskies-laravel-vue-component)[akira/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

431.4k](/packages/akira-laravel-qrcode)

PHPackages © 2026

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