Looking to hire Laravel developers? Try LaraJobs

laravel-vue-component maintained by epmnzava

Description
This package will help you quickly scafold a vue component in your laravel project
Last update
2024/02/08 09:41 (dev-main)
License
Downloads
704

Comments
comments powered by Disqus

Installation

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.