Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 372 Bytes

File metadata and controls

20 lines (11 loc) · 372 Bytes

lavarel-nextjs-tailwind-websocket-

Laravel 8 Websocket using pusher replacement from Laravel-websocket , front made in Nextjs using Tailwind

Mount Backend Project

Create database with name: laravel

php artisan migrate:refresh

php artisan serve

php artisan queue:listen

php artisan websockets:serve

Mount Frontend Project

npm install

npm run dev