PHPackages                             suomato/laravel-vue-component-generator - 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. suomato/laravel-vue-component-generator

ActiveLibrary

suomato/laravel-vue-component-generator
=======================================

Generates a new Vue component with boilerplate in Laravel project

v1.0.1(8y ago)3882MITPHPPHP ^7.0

Since Jul 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/suomato/laravel-vue-component-generator)[ Packagist](https://packagist.org/packages/suomato/laravel-vue-component-generator)[ RSS](/packages/suomato-laravel-vue-component-generator/feed)WikiDiscussions master Synced 2mo ago

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

Laravel Vue Component Generator
===============================

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

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

[](#introduction)

> If you love to use Artisan and Vue is the frontend framework of your choice, this package is for you! The `laravel-vue-component-generator` package gives you a new Artisan command which lets you generate the Vue component very fast.

Artisan Command
---------------

[](#artisan-command)

```
php aritsan make:vue-component {name}

```

> During the command execution you have to choose the template engine `(HTML / pug)` and the CSS Pre-prosessor `(CSS / LESS / Sass / Scss / Stylus)`. The Vue component will be generated to `/resources/assets/js/components/` with boilerplate based on your choice.

Code Example
------------

[](#code-example)

> [![command](screenshots/command.png)](screenshots/command.png)

> `Example.vue` is created to `/resources/assets/js/components/`

> Here is the component boilerplate:

> [![command](screenshots/code.png)](screenshots/code.png)

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

[](#installation)

```
composer require suomato/laravel-vue-component-generator

```

> After that, add the ServiceProvider to the providers array in `config/app.php`

```
Suomato\VueComponentGenerator\VueComponentGeneratorServiceProvider::class,

```

> Enjoy using the new Artisan command.

Config
------

[](#config)

> If you don't want to choose the same template engine and CSS Pre-processor over and over again or if you're not happy with the default boilerplate, feel free to edit config or views. To publish the config and views use:

```
php artisan vendor:publish --provider="Suomato\VueComponentGenerator\VueComponentGeneratorServiceProvider"

```

- Config is located `/config/vue-component-generator.php`
- Views is located `/resources/views/vendor/laravel-vue-component-generator`

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

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

Every ~0 days

Total

2

Last Release

3212d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b870c96bfe1808ddc4c17e452d9402654ce5deddfb83430459243df120ff4136?d=identicon)[suomato](/maintainers/suomato)

---

Top Contributors

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

---

Tags

artisanartisan-commandgeneratorlaravelvue-componentslaravelgeneratorvue-component

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/suomato-laravel-vue-component-generator/health.svg)

```
[![Health](https://phpackages.com/badges/suomato-laravel-vue-component-generator/health.svg)](https://phpackages.com/packages/suomato-laravel-vue-component-generator)
```

###  Alternatives

[kitloong/laravel-migrations-generator

Generates Laravel Migrations from an existing database

2.9k7.4M24](/packages/kitloong-laravel-migrations-generator)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[ultrono/laravel-sitemap

Sitemap generator for Laravel 11, 12 and 13

36412.6k6](/packages/ultrono-laravel-sitemap)[dcblogdev/laravel-module-generator

Generate Laravel Modules from a template.

7710.1k1](/packages/dcblogdev-laravel-module-generator)[romegasoftware/laravel-schema-generator

Generate TypeScript Zod validation schemas from Laravel validation rules

288.2k](/packages/romegasoftware-laravel-schema-generator)[linkxtr/laravel-qrcode

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

295.1k](/packages/linkxtr-laravel-qrcode)

PHPackages © 2026

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