Brent Roose

Results 146 issues of 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. ```...

Views

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...

bug
web

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...

web

Which will look in both the body and query

web

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...

DB

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...

HTTP

Mail support is required for #10

Mail
Newsworthy

How about we support raw SQL files as migrations? The file name would decide the order and the migration name, just like Laravel.

DB