LaravelPackages.net
Acme Inc.
Toggle sidebar
shvetsgroup/laravel-jet-pages

Pages package for Laravel. Fast as a jet plane. Provides markdown support, localization and static cache.

278
3
2.0.14
About shvetsgroup/laravel-jet-pages

shvetsgroup/laravel-jet-pages is a Laravel package for pages package for laravel. fast as a jet plane. provides markdown support, localization and static cache.. It currently has 3 GitHub stars and 278 downloads on Packagist (latest version 2.0.14). Install it with composer require shvetsgroup/laravel-jet-pages. Discover more Laravel packages by shvetsgroup or browse all Laravel packages to compare alternatives.

Last updated

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)
Comments