Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Installation

Kasper Laukamp edited this page Mar 6, 2020 · 2 revisions

To install Pipe Dream into your project use these 3 commands:

$ composer require --dev pipe-dream/laravel-create
$ npm install --dev @pipe-dream/laravel-file-factory
$ php artisan pipedream:build

The first command downloads the Pipe Dream version specific to Laravel, this includes routes, controllers and command to be run with php artisan

The next downloads the official Pipe Dream File Factory to generate files specific to Laravel.

The last command automatically discovers Pipe Dream packages, and (re)builds the Javascript files to be served at /pipe-dream

After you've installed Pipe Dream you can head to localhost/pipe-dream to kickstart your project.

You can see a list of available Pipe Dream packages here

Clone this wiki locally