A GitBook for the Building Real-Time Laravel Apps with Pusher workshop.
You can find the current version of the Building Real-Time Laravel Apps with Pusher workshop here:
https://pusher-community.github.io/real-time-laravel/
In order to contribute to the workshop you'll need to do the following.
You will need to install the GitBook CLI globally:
$ npm install gitbook-cli -g
$ npm install
Run:
$ gitbook serve src
Edit the source files in src
and view the results in the GitBook running on http://localhost:8000
.
Ensure the build works by building using:
$ gulp gitbook-generate
This will build the book to the dist
directory. Run a server from this directory to test the built files.
To build to the dist
directory and deploy to the gh-pages branch of the remote repository run:
$ gulp deploy