PHPackages                             arielmejiadev/laravel-vue-commands - 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. [CLI &amp; Console](/categories/cli)
4. /
5. arielmejiadev/laravel-vue-commands

ActiveLibrary[CLI &amp; Console](/categories/cli)

arielmejiadev/laravel-vue-commands
==================================

This package adds artisan commands to create VueJS components and InertiaJS components.

1.0.1(4y ago)318MITPHPPHP ^7.4|^8.0

Since Jul 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ArielMejiaDev/laravel-vue-commands)[ Packagist](https://packagist.org/packages/arielmejiadev/laravel-vue-commands)[ Docs](https://github.com/arielmejiadev/laravel-vue-commands)[ RSS](/packages/arielmejiadev-laravel-vue-commands/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Vue Commands
====================

[](#laravel-vue-commands)

[![](https://camo.githubusercontent.com/4dae00f9dd773277917b7812aa59687d8157cd80438d211d7364d8a5c7cf1733/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c253230567565253230436f6d6d616e64732e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d417269656c4d656a69614465762532466c61726176656c2d6d616b652d7675652d636f6d6d616e6473267061747465726e3d776967676c65267374796c653d7374796c655f31266465736372697074696f6e3d616464732b6172746973616e2b636f6d6d616e64732b746f2b6372656174652b5675654a532b2532362b496e65727469614a532b636f6d706f6e656e7473266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)](https://camo.githubusercontent.com/4dae00f9dd773277917b7812aa59687d8157cd80438d211d7364d8a5c7cf1733/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c253230567565253230436f6d6d616e64732e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d417269656c4d656a69614465762532466c61726176656c2d6d616b652d7675652d636f6d6d616e6473267061747465726e3d776967676c65267374796c653d7374796c655f31266465736372697074696f6e3d616464732b6172746973616e2b636f6d6d616e64732b746f2b6372656174652b5675654a532b2532362b496e65727469614a532b636f6d706f6e656e7473266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)

[![Latest Version on Packagist](https://camo.githubusercontent.com/acc28daefeba7cad2be9bffccbe555869bdc0288a8e2a3711087448ae58cc256/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617269656c6d656a69616465762f6c61726176656c2d7675652d636f6d6d616e64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arielmejiadev/laravel-vue-commands)[![Total Downloads](https://camo.githubusercontent.com/625963be3695afc85909405d355608872e10f9bbc3e8a45bd867306461c66134/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617269656c6d656a69616465762f6c61726176656c2d7675652d636f6d6d616e64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arielmejiadev/laravel-vue-commands)[![GitHub Actions](https://github.com/arielmejiadev/laravel-vue-commands/actions/workflows/main.yml/badge.svg)](https://github.com/arielmejiadev/laravel-vue-commands/actions/workflows/main.yml/badge.svg)

This package adds artisan commands to create VueJS components and InertiaJS components.

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

[](#installation)

You can install the package via composer:

```
composer require arielmejiadev/laravel-vue-commands --dev
```

Publish Commands &amp; Stubs
----------------------------

[](#publish-commands--stubs)

```
php artisan vue-commands:install

```

Publish config file
-------------------

[](#publish-config-file)

By default, Vue components are going to be stored in `resources/js/Components` &amp; Inertia components would be stored in `resources/js/Pages`. This behavior could be customized by changing the values in the config file.

```
php artisan vendor:publish --tag=vue-commands-config
```

Usage
-----

[](#usage)

Create a VueJS components:

```
php artisan make:vue Badge

```

You can see the component from `resources/js/Badge.vue`

Create an InertiaJS components:

```
php artisan make:inertia Users/Index

```

You can see the component from `resources/js/Pages/Users/Index.vue`

### 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)

- [Ariel Mejia Dev](https://github.com/arielmejiadev)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

1766d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31971074?v=4)[ArielMejiaDev](/maintainers/ArielMejiaDev)[@ArielMejiaDev](https://github.com/ArielMejiaDev)

---

Top Contributors

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

---

Tags

arielmejiadevlaravel-vue-commands

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/arielmejiadev-laravel-vue-commands/health.svg)

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[bestmomo/nice-artisan

Web interface for Laravel Artisan

215149.3k](/packages/bestmomo-nice-artisan)[statamic/cli

Statamic CLI Tool

7587.7k](/packages/statamic-cli)[mwguerra/web-terminal

A web-based terminal component for Filament/Laravel with command whitelisting and multiple connection types

251.1k](/packages/mwguerra-web-terminal)[sunaoka/laravel-facade-generator

Provide command line generation of facade layer files.

171.9k](/packages/sunaoka-laravel-facade-generator)

PHPackages © 2026

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