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. [Utility &amp; Helpers](/categories/utility)
4. /
5. suomato/laravel-vue-component-generator

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

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 3d 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 52% 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

3260d 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

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k9.6k1](/packages/vinkius-labs-laravel-page-speed)[mastani/laravel-google-static-map

Laravel Google Static Map Generator

471.6M9](/packages/mastani-laravel-google-static-map)[linkxtr/laravel-qrcode

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

3614.9k](/packages/linkxtr-laravel-qrcode)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90128.1k](/packages/emargareten-inertia-modal)

PHPackages © 2026

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