Download the PHP package arielmejiadev/laravel-vue-commands without Composer
On this page you can find all versions of the php package arielmejiadev/laravel-vue-commands. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arielmejiadev/laravel-vue-commands
More information about arielmejiadev/laravel-vue-commands
Files in arielmejiadev/laravel-vue-commands
Package laravel-vue-commands
Short Description This package adds artisan commands to create VueJS components and InertiaJS components.
License MIT
Homepage https://github.com/arielmejiadev/laravel-vue-commands
Informations about the package laravel-vue-commands
Laravel Vue Commands
This package adds artisan commands to create VueJS components and InertiaJS components.
Installation
You can install the package via composer:
Publish Commands & Stubs
Publish config file
By default, Vue components are going to be stored in resources/js/Components
& Inertia components would be stored in resources/js/Pages
.
This behavior could be customized by changing the values in the config file.
Usage
Create a VueJS components:
You can see the component from resources/js/Badge.vue
Create an InertiaJS components:
You can see the component from resources/js/Pages/Users/Index.vue
Testing
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 [email protected] instead of using the issue tracker.
Credits
- Ariel Mejia Dev
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.