juborajnaofel / laravel-vue-chat

Developed a chat app with Laravel, Vue3, Pusher, and Inertia for dynamic real-time communication, ensuring a seamless and engaging user experience.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Vue Chat

This is a realtime chat app.

Installation

  • Clone the repository
git clone https://github.com/juborajnaofel/laravel-vue-chat.git
  • Open the command prompt and switch to the repository folder
cd laravel-vue-chat
  • Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
  • Install all the dependencies using composer
composer install
  • Generate a new application key
php artisan key:generate
  • Run the database migrations
php artisan migrate
  • Install node dependencies
npm install
  • Start the server dev server for frontend
npm run dev
  • Start the backend server
php artisan serve

About

Developed a chat app with Laravel, Vue3, Pusher, and Inertia for dynamic real-time communication, ensuring a seamless and engaging user experience.

License:MIT License


Languages

Language:PHP 50.2%Language:Vue 34.7%Language:Blade 13.7%Language:JavaScript 1.4%Language:CSS 0.0%