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
Requires
- php: ^7.4|^8.0|^8.1|^8.2
- illuminate/support: ^8.0|^9.0|^10.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
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.