Dulon18 / ChattingSystem_Laravel-9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output

Laravel Logo

Packages

Register & Login(Jetstream):

  1. composer require laravel/jetstream

  2. php artisan jetstream:install inertia

  3. npm install

  4. npm run build

  5. php artisan migrate

Chatting package(Chatify)

https://chatify.munafio.com/installation
  1. Create Pusher account for pusher id,app_key,app_secrate
  2. Add pusher details in .env file
  3. composer require munafio/chatify
  4. php artisan chatify:install
  5. php artisan migrate

Installation Instructions

  • Clone the repo.
  • Run 'composer install'
  • Run 'cp .env.example .env'
  • Run 'php artisan migrate'
  • Run 'php artisan serve'

About


Languages

Language:Vue 39.1%Language:PHP 36.9%Language:JavaScript 16.8%Language:CSS 6.7%Language:Shell 0.3%Language:Blade 0.2%