brunogritti/laravel-create-vue-command

Creates a laravel command that generates a vue file inside laravel resources

dev-master 2021-09-01 14:32 UTC

This package is auto-updated.

Last update: 2025-04-15 23:40:57 UTC


README

Generate your vue components via terminal

Instaling

Require this package in your composer.json and update composer.

composer require brunogritti/laravel-create-vue-command 

Using

Use php artisan make:vue-component ExampleComponent to create a vue component inside resources/assets/js/components

Roadmap

  • Make custom path into parameter
  • Separate versions
  • Make package auto-updated
  • Make config for custom path

License

This Generator for Laravel is open-sourced software licensed under the MIT license