Welcome to the larasocket.com demo repository using Tailwind, Alpine, Livewire, and Laravel.
You can follow along here.
git clone [email protected]:larasocket/larasocket-demo-tall.git
cd larasocket-demo-tall
composer install
cp .env.example .env
php artisan key:generate
.env
file with your LARASOCKET_TOKEN
. You can get one for free at Larasocketphp artisan migrate
php artisan serve