Skip to content

Simple real time chat system using Laravel and reactJs

License

Notifications You must be signed in to change notification settings

mac-alves/chat-laravel

Repository files navigation

Design+Code

WebChat

WebChat - chat in real time using Laravel and ReactJS


GitHub language count GitHub top language GitHub repo size GitHub last commit

Technologies   |    How To Use   |    License

🚀 Technologies

This project was developed with the following technologies:

‼️ Dependencies

ℹ️ How To Use

# Clone this repository
$ git clone https://github.com/mac-bleck/FS-chat-laravel.git

# Go into the repository
$ cd FS-chat-laravel/

# Install dependencies
$ composer install
$ npm install && npm run dev

# generate the authentication key
$ php artisan key:generate

# create the development database
$ touch database/database.sqlite

# migrate the database
$ php artisan migrate

# migrate the database
$ create laravel echo credentials

# create the laravel echo database
$ touch /database/laravel-echo-server.sqlite

# copy the appId and key from laravel-echo-server.json to .env in the following keys:
    - PUSHER_APP_ID=
    - PUSHER_APP_KEY=

# in a terminal tab run
$ php artisan server

# in another tab of the terminal execute
$ laravel-echo-server start

📝 License

This project is under the MIT license. See the LICENSE for more information.


Autor

Mauricio Alves - Github - mac-alves

About

Simple real time chat system using Laravel and reactJs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published