Skip to content

LaraTestes/basic-app-realtime

Repository files navigation

Basic Application Realtime

Built with Laravel and Vuejs, using Laravel Echo, pusher, ...

To install

  • Clone this repository
    git clone https://github.com/LaraTestes/basic-app-realtime.git

  • Install composer
    composer install

  • Install nodejs
    npm install

  • Copy the exemple.env file and save as .env
    Edit the database parameters

  • Run this
    php artisan key:generate

  • And
    php artisan migrate