abdumu / jigsaw
(improved) Simple static sites with Laravel's Blade.
v2.0
2018-08-20 14:47 UTC
Requires
- erusev/parsedown-extra: ^0.7.1
- illuminate/container: ^5.6
- illuminate/support: ^5.6
- illuminate/view: ^5.6
- mnapoli/front-yaml: ^1.5
- symfony/console: ~3.0|^4.0
- symfony/yaml: ^4.0
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ~7.0
This package is auto-updated.
Last update: 2026-06-20 17:11:13 UTC
README
Jigsaw (Improved)
This is a forked version of [Jigsaw] (https://github.com/tightenco/jigsaw) that's meants for websites with huge number of files.
When to use Jigsaw (Improved)
- If you are fan of a fast build time
- If you have huge number of files (more than > 500) (tested lately on 5000 files)
- If you want less memory consumption (more memory consumption leads to build crashes).
- If you build your files on production.
How to use
Check out http://jigsaw.tighten.co/docs/installation for installation instructions, replace number 2 step's command with:
composer require abdumu/jigsaw
