shvetsgroup / laravel-jet-pages
Pages package for Laravel. Fast as a jet plane. Provides markdown support, localization and static cache.
2.0.14
2019-03-01 09:25 UTC
Requires
- php: >=7.1.3
- ellisthedev/laravel-5-robots: 0.1.*
- laravel/framework: >=5.6.0
- league/commonmark: ^0.17
- symfony/yaml: ~4.0
- watson/sitemap: 2.0.*
Requires (Dev)
- graham-campbell/testbench: 5.0.*
- mockery/mockery: ~1.0
- phpunit/phpunit: ~7.0
README
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:
- Generates proper pages from source files.
- Stores them in cache or database.
- Creates a static page cache on first page view.
- Console cache warmer.
- Multiple locales support.
- Sitemap generation.
- Special route to serve your content with json.
Installation
Composer
config/app.hpp
- Add the package
- Add sitemap package
Publish vendor assets
Run migration
Configuration
- pages backend (cache or database)