Brent Roose
Brent Roose
I've generated model IDE helper mixins using `ide-helper:models -M`. One example of a model is this: ```php /** * @mixin IdeHelperDegreeType */ class DegreeType extends Model ``` Looking in the...
I've got this model class: ```php /** * @property-read \App\Domain\Equipment\State\ArticleCategoryType\ArticleCategoryType $type * @property-read \App\Domain\Equipment\State\ArticleCategoryTarget\ArticleCategoryTarget $target */ class ArticleCategory extends Model ``` But whenever calling `->type` on a model instance, Psalm...
I'm not sure why, but with certain versions of this plugins things stop working. Especially when it comes to model properties not being found. I would like to suggest a...
AST, or "abstract syntax tree", creates the expectation of a nested tree structure. In the case of a query string, the AST will only ever be one level deep; as...
At this moment, Stitcher heavily relies on `.htaccess` to handle URL rewrites and setting custom headers, for eg. HTTP/2 server push support. It's well known that `.htaccess` has a performance...
Four basic events: - Compile start - Page compile start - Page compile end - Compile end
These two packages will take away a lot of the headaches of managing images myself.
404 Page
A 404 page should be handled via the Htaccess component and configureable. Meaning that the 404 page can be any page created from the site config file.
Users should be able to configure if and how often they want to receive a digest mail of unread messages. I think it'll be a useful feature, because it'll allow...