minedun6 / real-time-laravel

Building Real-Time Laravel Apps with Pusher - Workshop

Home Page:https://pusher-community.github.io/real-time-laravel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Real-Time Laravel Apps with Pusher

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/

Prerequisites

In order to contribute to the workshop you'll need to do the following.

GitBook

You will need to install the GitBook CLI globally:

$ npm install gitbook-cli -g

NPM Dependencies

$ npm install

How to Edit

Run:

$ gitbook serve src

Edit the source files in src and view the results in the GitBook running on http://localhost:8000.

How to Deploy

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

About

Building Real-Time Laravel Apps with Pusher - Workshop

https://pusher-community.github.io/real-time-laravel/

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:PHP 92.1%Language:JavaScript 4.2%Language:CSS 3.6%