codeitlikemiley / vuetified-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuetified Core

Latest Version Software License Build Status Quality Score Total Downloads
  • Quick Install Vuetify and InertiaJS with Some Goodies You Need To Start a Project

pic-full-191203-1400-24

Requirements

  • php 7.3+
  • Laravel 6.6+

Installation

  • require to your composer
composer require codeitlikemiley/vuetified-core

The Following Stubs Are Added

resources/views/app.blade.php
webpack.mix.js
resouces/js/app.js
resouces/js/services/vuetify.js
resouces/js/Shared/Layout.vue
resources/js/Pages/Welcome.vue
resources/js/components
routes/web.php
.eslintrc.js

Composer Packages Included

inertiajs/inertia-laravel
tightenco/ziggy
reinink/remember-query-strings

Artisan Command Added

  • commands to install/uninstall core
    • vuetified:reset
    • vuetified:preset
  • commands to install/uninstall other packages
    • vuetified:install {vuetified-package-name}
    • vuetified:uninstall {vuetified-package-name}

Other Packages optionally you may want to install

  • vuetified-acl
  • vuetified-auth
  • vuetified-version
  • vuetified-laravel-echo
  • vuetified-laravel-websockets
  • vuetified-testkit
  • vuetified-vscode-settings
  • vuetified-welcome-page

About

License:MIT License


Languages

Language:PHP 100.0%