Brent Roose

Results 287 comments of Brent Roose

Currently not gonna work on this, but might revisit later

Tagged: https://github.com/tempestphp/highlight/releases/tag/2.7.0

I think `#[Hidden]` makes the most sense and could be generically supported by the mapper as well. I agree with Aidan that we should steer away from database-specific attributes as...

I'm adding post-1.0 milestone, but someone is free to pick it up before of course

One point of feedback: I wouldn't test on the generated text. Rather I'd execute the query into a clean DB to make sure it actually works. It's a much more...

You can use `table` if you wrap it in backticks ;)

No but it should be within the compiled query, check out the CreateTableStatement where I added it as well ;)

Gonna merge this one in a separate branch and work on a bit more

Well since I've made this issue, I've also implemented view components: https://tempest.stitcher.io/framework/04-views#content-view-components On top of that, I've made a handful of components that are shipped with the framework: https://github.com/tempestphp/tempest-framework/tree/main/src/Tempest/View/Components I...

The idea is that you'll be able to publish these components if you want custom themes. That functionality is not added yet though