tempest-framework icon indicating copy to clipboard operation
tempest-framework copied to clipboard

The PHP framework that gets out of your way 🌊

Results 193 tempest-framework issues
Sort by recently updated
recently updated
newest added

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

bug
DB

`/app/` doesn't match `/app`, but it should

bug
Router

- [ ] Add validation page - [x] Add event bus page - [x] Update model page - [x] Add command bus page - [x] Add logging page - [...

Stewardship

**Description** We've added support for multiple database dialects. However, this CI still only runs on SQLite. Which is fine at first, but if we want to fully support multiple database...

DB

How about we change our database config like so? ```php return new DatabaseConfig( connections: [ 'main' => new SQLiteConnection( path: 'database.sqlite' ), 'backup' => new MysqlConnection( // … ), //...

DB

We need a proper way of building forms. No idea how to do it yet.

Views

This PR simplifies the Github Action workflows. It has parts of #317 in it. And as such it does not fully resolve it. The database addition to the CI requires...