gratasuk/artisan-vue-make

Add artisan make:vue-component to artisan commands

dev-master 2020-03-29 16:52 UTC

This package is auto-updated.

Last update: 2024-04-29 04:20:32 UTC


README

A basic package to add support for creating Vue components using Laravel artisan command.

    php artisan make:vue-component ComponentName

Installation

$ composer require minasm/artisan-vue-make

Examples

Create a List component under resources/js folder.

    php artisan make:vue-component List