brunogritti / laravel-create-vue-command
Creates a laravel command that generates a vue file inside laravel resources
Installs: 69
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:laravel-command
pkg:composer/brunogritti/laravel-create-vue-command
This package is auto-updated.
Last update: 2025-12-16 01:05:22 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