Skip to content

Biostate/laravel-vue-messaging-app

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About Project

This project is a basic messaging app. I used Laravel for Backend API and VueJS for Frontend SPA. In backend, project uses Sanctum for user authentication, Pusher Websockets for realtime messaging and realtime events. It's not ready for production yet.

Installation

composer install
npm install
npm run prod
php artisan generate:key
php artisan migrate // optional --seed
php artisan websockets:serve

About

Laravel and Vue based messaging app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published