Brent Roose
Brent Roose
There's an `app/` folder that I used to manually test and later within my testsuite. It makes more sense to move this `app/` folder to the `tests/` directory.
After the refactor for #80 and sleeping a night on the idea, I think we should discuss adding query builder functionality to the `Query` class, so that people who really...
This used to be added in order to prevent collisions between blade comment `{{--` and deletion tags `{{-`, but I think this has been fixed in another way now, and...
Every time you create a new Tempest project, you have to manually confirm that `php-http/discovery` is an allowed plugin. Is there a way to either get rid of this dependency,...
Right now, all unset property accesses cause the MissingRelation exception, which is confusion because not every property is a relation. We need to check whether the property is indeed a...