Real-time Todo App Example

This is the starter code for the article that demostrates Laravel's broadcasting events functionality

Install Instructions

  • Clone repository

    git clone https://github.com/cwt137/l51-todo-app todo-app
    cd todo-app
  • Install Dependencies

    composer install
  • Setup Database

    php artisan migrate

Read The Article

To learn how to use this starter code, read the article:

http://www.sitepoint.com/real-time-apps-laravel-5-1-event-broadcasting/