Skip to content

Composer package used to create a laravel command that generates a vue file inside laravel resources

License

Notifications You must be signed in to change notification settings

brunogritti/laravel-create-vue-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Composer package used to create a laravel command that generates a vue file inside laravel resources

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages