LaravelPackages.net
Acme Inc.
Toggle sidebar
brunogritti/laravel-create-vue-command

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

74
0
About brunogritti/laravel-create-vue-command

brunogritti/laravel-create-vue-command is a Laravel package for creates a laravel command that generates a vue file inside laravel resources. It currently has 0 GitHub stars and 74 downloads on Packagist. Install it with composer require brunogritti/laravel-create-vue-command. Discover more Laravel packages by brunogritti or browse all Laravel packages to compare alternatives.

Last updated

Vue Component Generator Command for Laravel

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

Star History Chart