Looking to hire Laravel developers? Try LaraJobs

laravel-jet-pages maintained by shvetsgroup

Description
Pages package for Laravel. Fast as a jet plane. Provides markdown support, localization and static cache.
Last update
2021/06/01 15:54 (dev-cr)
License
Downloads
278
Tags

Comments
comments powered by Disqus

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)