This package will help you quickly scafold a vue component in your laravel project
epmnzava/laravel-vue-component is a Laravel package for this package will help you quickly scafold a vue component in your laravel project.
It currently has 1 GitHub stars and 704 downloads on Packagist (latest version 1.0.5).
Install it with composer require epmnzava/laravel-vue-component.
Discover more Laravel packages by epmnzava
or browse all Laravel packages to compare alternatives.
Last updated
You can install the package via composer:
composer require epmnzava/laravel-vue-component
To generate your component run the below command
php artisan make:vue-component YourComponentName
The above command will create a vue component scafold on your resources/js/components folder
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.