Download the PHP package usanzadunje/artisan-vue without Composer
On this page you can find all versions of the php package usanzadunje/artisan-vue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download usanzadunje/artisan-vue
More information about usanzadunje/artisan-vue
Files in usanzadunje/artisan-vue
Package artisan-vue
Short Description Multiple templates for your Vue application resources.
License MIT
Homepage https://github.com/usanzadunje/artisan-vue
Informations about the package artisan-vue
Generate templates for Vue resources.
Multiple templates for your Vue application resources.
Generates components, views, composables(hooks), services and Vuex modules. All paths are easily configurable using config file.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Command will take root of your Vue application (which you can specify in config file) append resource folder name (also in config file) and then try and create following:
- All directories you provided in
path
if they do not exist - File itself (last portion of the path is considered file name) with appropriate extension for that resource
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Dusan Djordjevic
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of artisan-vue with dependencies
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^7.0|^8.0|^9.0