Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 651 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 651 Bytes

Laravel JetPages is a package for Laravel 7 that can serve static pages. It combines speed of statically generated website with the flexibility of CMS. It does a lot of stuff out of the box for you:

  1. Generates proper pages from source files.
  2. Stores them in cache or database.
  3. Creates a static page cache on first page view.
  4. Console cache warmer.
  5. Multiple locales support.
  6. Sitemap generation.
  7. Special route to serve your content with json.

Installation

Composer

config/app.hpp

  1. Add the package
  2. Add sitemap package

Publish vendor assets

Run migration

Configuration

  1. pages backend (cache or database)