Let’s talk about the Future of Jamstack — Join us

Last

10 stars
3 forks
1 issue
Home page
https://github.com/franzwilding/last
Repository
franzwilding/last
Language:
PHP
License:
MIT
Templates:
Twig, PHP, Any Symfony

Last is a minimalistic static site generator for Symfony 4 applications. Once installed, Last provides a command that will simply create requests for all of your routes and dumps the result as a static file to a dist folder.

Install

Just add it to your existing symfony application and you are good to go!

composer require fw/last-bundle

Build

Thats it! No configuration needed, just dump your Symfony application to ./dist

bin/console last:dump

More advanced applications

Last can also handle more advanced applications with dynamic routes and more complex stuff. Please see the Github Repo repo for more information.

Find more static site generators.