This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
import Pipeline; try Pipeline.send(project).through( .pipe(BuildProject(), .pipe(UploadProject(), .pipe(DeployProject()), .fn { project in // ... return project } ))).run() I recently attended LaraconEU, where I watched a talk going over all the things that Laravel's relatively-simple Pipeline class makes so much easier. It felt like the kind of thing that could come in handy in the future, so I…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.