
Zero Configuration, Static Site Generator for any Symfony project.
Last is a streamlined static site generator designed specifically for Symfony 4 applications. Its main aim is to simplify the process of exporting your dynamic web application into static HTML files. Once set up, Last automatically generates requests for all defined routes, making it easy to create a static version of your site that can be served efficiently and quickly.
Though still in development, Last is promising for those looking to enhance their Symfony projects with static site capabilities. With some additional work on testing and asset management, it can be a powerful tool in your web development toolkit.
Minimalistic Design: Last boasts a clean and straightforward setup, focusing on ease of use and efficiency for Symfony developers.
Automatic Route Requests: The generator captures requests for all routes, allowing users to export their site content with a single command.
Static HTML Export: Users can create static HTML files effortlessly, optimizing their site for faster load times and improved performance.
Request Provider Support: Includes built-in support for static routes, simplifying the configuration needed for static site generation.
Custom Request Providers: For dynamic routes, users can create custom request providers that can utilize dependencies, such as entity managers, for more sophisticated data handling.
Troubleshooting Assist: Offers practical advice for common issues, such as ensuring URLs are relative, enhancing overall usability.
Future Development: Plans for further enhancements like automatic asset copying and additional testing, keeping users informed about upcoming features and improvements.
