PHP code example of classiebit / addchat-laravel

1. Go to this page and download the library: Download classiebit/addchat-laravel library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

classiebit / addchat-laravel example snippets


    php artisan make:auth

    php artisan migrate
    

    composer isan ui vue --auth

    npm install && npm run dev

    php artisan migrate
    

    composer 

    php artisan addchat:install
    

        <!-- 1. Addchat css -->
        <link href=" echo asset('assets/addchat/css/addchat.min.css') 

        <!-- 2. AddChat widget -->
        <div id="addchat_app" 
            data-baseurl=" echo url('') 

        <!-- 3. AddChat JS -->
        <!-- Modern browsers -->
        <script type="module" src=" echo asset('assets/addchat/js/addchat.min.js') 

    <head>

        <!-- **** your site other content **** -->

        <!-- 1. Addchat css -->
        <link href=" echo asset('assets/addchat/css/addchat.min.css')