tempest-framework
tempest-framework copied to clipboard
The PHP framework that gets out of your way 🌊
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...
- [ ] Add validation page - [x] Add event bus page - [x] Update model page - [x] Add command bus page - [x] Add logging page - [...
**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...
How about we change our database config like so? ```php return new DatabaseConfig( connections: [ 'main' => new SQLiteConnection( path: 'database.sqlite' ), 'backup' => new MysqlConnection( // … ), //...
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...