This is a Laravel + Vuetify realtime starter app.

laravel and vuetify starter app

Installation

git clone https://github.com/codeitlikemiley/vuetified YOURPROJECTNAME
cd YOURPROJECTNAME
composer install
yarn
cp env.example .env
php artisan passport:install
echo:generate

set your .env

If you want to use Laravel echo then change this to true

ECHO_ON=false

Make sure you uncomment this on your config/app.php

// App\Providers\BroadcastServiceProvider::class,
php artisan migrate:fresh --seed

node websocket

Serve Your Site

laravel valet - valet link YOURSITE
laradock - docker-compose up -d nginx redis mysql
homestead - homestead up yourprojectname.test/

Source Code and Documentation

https://github.com/codeitlikemiley/vuetified