Download the PHP package arkcode/chat-laravel without Composer
On this page you can find all versions of the php package arkcode/chat-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arkcode/chat-laravel
More information about arkcode/chat-laravel
Files in arkcode/chat-laravel
Package chat-laravel
Short Description Live chat widget for Laravel that also includes multi-user chat, group permissions, customer support chat & more.
License MIT
Homepage https://github.com/Sirajunnasihin/Chat-Laravel
Informations about the package chat-laravel
AddChat Laravel
Laravel Installation
AddChat can be installed via composer. Smooth... 🍻
Prerequisites
- Laravel version 5.5 / 5.6 / 5.7 / 5.8 / 6.x
- Make sure to install AddChat package on a Fresh or Existing Laravel application.
- We also assume that you've setup the database.
- If you're running MySql version older than < 5.7 then disable strict mode in Laravel
config/database.php
'strict' => false
Install
-
If installing AddChat on an existing Laravel application and you already have Auth system then skip this step
If installing on a Fresh Laravel application then run
For Laravel 5.5 to 5.8
For Laravel 6.x
-
Unzip the
addchat-laravel-pro.zip
file, copy theaddchat-laravel-pro
folder and place it in your Laravel application root directory.- The folder name must be
addchat-laravel-pro
in your Laravel website directory.
- The folder name must be
-
Open your Laravel application
composer.json
file and paste the below code in the end (right before last curly}
bracket) -
Install AddChat Laravel Pro via Composer
-
Run AddChat install command
-
Open the common layout file, mostly the common layout file is the file which contains the HTML & BODY tags.
-
Copy AddChat CSS code and paste it right before closing </head> tag
-
Copy AddChat Widget code and paste it right after opening <body> tag
-
Copy AddChat JS code and paste it right before closing </body> tag
- Please replace <php ?> tag by {{}} curly brackets.
The final layout will look something like this
-
addchat.min.js
for modern browsers &addchat-legacy.min.js
for older browsers. These will be used switched by the browsers automatically on the basis ontype="module"
&nomodule
, you need to nothing.
Setup finishes here
All versions of chat-laravel with dependencies
illuminate/support Version ~8.0|~9.0|~10.0
doctrine/dbal Version ^3.7