Updated for Laravel 8.0 , Working Vuetify Loader Set with Inertia JS
- laravel echo (broadcasting realtime events)
- inertiajs (state)
- vuejs 2.6 + vuetify 2.4 (UI)
- vform & vee-validate v2 (form handling)
- ziggy (routing on UI)
- php 7.4 / 8.0
- Node >= 12.0 +
- fnm (optional for switching node versions)
- laravel valet (optional)
- git clone https://github.com/codeitlikemiley/vuetified YOURPROJECTNAME
- cd YOURPROJECTNAME
- composer install
- yarn
- cp .env.example .env
- php artisan websockets:generate
- php artisan migrate:fresh --seed
- php artisan websocket:serve
- npm run watch
- php artisan ziggy:generate (needed to run this command everytime you change route)
for guide on making a test on laravel inertia go to
https://github.com/claudiodekker/inertia-laravel-testing and https://laravel.com/docs/8.x/http-tests
If you have seen any bugs please report it by making an issue.
If you need support you can contact our Facebook Page
If you want to add components to be part of vuetified please make a pull request.