PHPackages                             jkque/laravel-vue-component-maker - 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. jkque/laravel-vue-component-maker

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

jkque/laravel-vue-component-maker
=================================

Create vue component for laravel

1.0.0(6y ago)045MITPHPPHP ^7.1CI failing

Since Jan 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jkque/laravel-vue-component-maker)[ Packagist](https://packagist.org/packages/jkque/laravel-vue-component-maker)[ Docs](https://github.com/jkque/laravel-vue-component-maker)[ RSS](/packages/jkque-laravel-vue-component-maker/feed)WikiDiscussions master Synced yesterday

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

Very short description of the package
=====================================

[](#very-short-description-of-the-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1adcaa12ec79ef0db279a1c6df8767d409f058557a24a1d6c51c670f5dea5dda/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6b7175652f6c61726176656c2d7675652d636f6d706f6e656e742d6d616b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jkque/laravel-vue-component-maker)[![Build Status](https://camo.githubusercontent.com/8df7b1d0dd35f0afea5589c61f543981536b13955c20a0e0bf90b72b05230543/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a6b7175652f6c61726176656c2d7675652d636f6d706f6e656e742d6d616b65722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/jkque/laravel-vue-component-maker)[![Quality Score](https://camo.githubusercontent.com/6898980eaad31922d5cf652806d5a09585e5ebdb0ec9939b2e59f929347818b6/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a6b7175652f6c61726176656c2d7675652d636f6d706f6e656e742d6d616b65722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jkque/laravel-vue-component-maker)[![Total Downloads](https://camo.githubusercontent.com/4b4574a3995f58693c630941d7ef3bda34bfad0a47a513e988bcc3149375132b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6b7175652f6c61726176656c2d7675652d636f6d706f6e656e742d6d616b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jkque/laravel-vue-component-maker)

This package will create a vue component file for your laravel project.

Here's the output of the vue component:

```

export default {
    props: [],
    components : {

    },
    created(){

    },
    mounted() {

    },
    data(){
        return {
            greetings: 'Hello World'
        }
    },
    computed: {

    },
    watch: {

    },
    methods:{
        click(){

        }
    }

}

```

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

[](#installation)

You can install the package via composer:

```
composer require jkque/laravel-vue-component-maker
```

Next, you must publish the config file:

```
php artisan vendor:publish --provider="Jkque\LaravelVueComponentMaker\LaravelVueComponentMakerServiceProvider"
```

This is the content of the published config file `vue-component.php`.

```
return [
    /*
    * You can place your custom package configuration in here.
    * Path of your vue component
    */
    'path' => [
        resource_path().'/assets/js/components',
    ],
];
```

Usage
-----

[](#usage)

Just run `php artisan make:vue-component ComponentName --path=path_inside_your_config_path(optional)` in your local project. And thats it!

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [jkque](https://github.com/jkque)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

3

Last Release

2295d ago

Major Versions

0.0.2 → 1.0.02020-01-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e08e73daf5962fe05c21a8ee9a721cf273a6348dcb3996a18fa59261ebabe2d?d=identicon)[jkque](/maintainers/jkque)

---

Top Contributors

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

---

Tags

laravelcomponentvuejkquevue-component-maker

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[awes-io/table-builder

A component that allows creating responsive HTML tables or lists from data object

4726.1k4](/packages/awes-io-table-builder)[riverskies/laravel-vue-component

Helper package to aid usage of Vue Components within Laravel projects

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

PHPackages © 2026

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