Brent Roose
Brent Roose
It might be interesting to support markdown views that are wrapped in a dedicated `MarkdownView` class; the markdown will be rendered and be automatically be put into this view. ```...
Right now, a flash session is removed as soon as it's retrieved from the session. Ideally it should be removed when the response is sent, so that you have the...
With everything we have in place, it would be pretty trivial to add static site generation on top of existing controller methods. Let's say we have a normal controller like...
Models themselves are simple data objects, but the `IsModel` trait and `Model` interface add a bunch of database-specific methods. We need to carefully think on this API before a 1.0...
Now that https://github.com/tempestphp/tempest-framework/pull/175 is merged, we can explore some additional improvements to the router: - [ ] split dynamic and static routes within `RouteConfig` so that we don't have to...
How about we support raw SQL files as migrations? The file name would decide the order and the migration name, just like Laravel.