Download the PHP package aleahy/artisan-vue-make without Composer
On this page you can find all versions of the php package aleahy/artisan-vue-make. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aleahy/artisan-vue-make
More information about aleahy/artisan-vue-make
Files in aleahy/artisan-vue-make
Download aleahy/artisan-vue-make
More information about aleahy/artisan-vue-make
Files in aleahy/artisan-vue-make
Vendor aleahy
Package artisan-vue-make
Short Description An artisan command to create a vue component and register it in app.js
License MIT
Package artisan-vue-make
Short Description An artisan command to create a vue component and register it in app.js
License MIT
Please rate this library. Is it a good library?
Informations about the package artisan-vue-make
artisan-vue-make
An artisan command to create a vue component
Installation
Usage
Creating a Component
This will create a new component file at resources/js/components/NewComponent.vue
.
You can create subfolders for the component by using dot-notation.
This will create a new component file in `resources/js/components/path/to/NewComponent.vue
Registering the component in app.js
The component can also be registered in the app.js file by assigning a tag for the component.
By adding the --tag
option, the following will be added to app.js after any previous component registration.
All versions of artisan-vue-make with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
The package aleahy/artisan-vue-make contains the following files
Loading the files please wait ....