epmnzava/laravel-vue-component

This package will help you quickly scafold a vue component in your laravel project

1.0.5 2024-02-08 08:41 UTC

This package is auto-updated.

Last update: 2024-10-08 10:03:04 UTC


README

You can install the package via composer:

composer require epmnzava/laravel-vue-component

Usage

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

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email epmnzava@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.