snippetbashTip
jigsaw — A Laravel-based static site builder for PHP. More information: <https://jigsaw.tighten.co/>.
Viewed 0 times
commandlaravelstaticclibuildersitebasedjigsaw
Problem
How to use the
jigsaw command: A Laravel-based static site builder for PHP. More information: <https://jigsaw.tighten.co/>.Solution
jigsaw — A Laravel-based static site builder for PHP. More information: <https://jigsaw.tighten.co/>.Initialize a project:
jigsaw initInitialize a project using a starter template:
jigsaw init {{template_name}}Build the site for development:
jigsaw buildPreview the site from the "build_local" directory:
jigsaw serveBuild the site for production:
jigsaw build productionPreview the site from the "build_production" directory:
jigsaw serve {{build_production}}Code Snippets
Initialize a project
jigsaw initInitialize a project using a starter template
jigsaw init {{template_name}}Build the site for development
jigsaw buildPreview the site from the "build_local" directory
jigsaw serveBuild the site for production
jigsaw build productionContext
tldr-pages: common/jigsaw
Revisions (0)
No revisions yet.