System Grab Bag

View all TLDR pages from common (or from all pages)

jigsaw

A Laravel-based static site builder for PHP. More information: https://jigsaw.tighten.co.
  • Initialize a project:
    jigsaw init
  • Initialize a project using a starter template:
    jigsaw init {{template_name}}
  • Build the site for development:
    jigsaw build
  • Preview the site from the "build_local" directory:
    jigsaw serve
  • Build the site for production:
    jigsaw build production
  • Preview the site from the "build_production" directory:
    jigsaw serve {{build_production}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.