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.
- Add the package
- Add sitemap package
- pages backend (cache or database)