Brent Roose
Brent Roose
### Description Currently there are two env variables `DISCOVERY_CACHE` and `CACHE`, and they both work differently: - Discovery cache isn't using `Cache` yet - `CACHE` disabled both `GenericCache` and `ViewCache`...
### Tempest Version 1.0-alpha1 ### PHP Version 8.3 ### Operating System MacOS ### Description See https://github.com/tempestphp/tempest-framework/pull/513#issuecomment-2407466902 as an example ### Steps to Reproduce ```php #[ConsoleCommand('interactive:ask')] public function ask(): void {...
### Description So that long lists can be searched ### Benefits /
A code generator that takes into account the user's preferences. One concrete example is `make:migration`, see discussion at https://github.com/tempestphp/tempest-framework/pull/464
I think it makes sense to have some kind of performance testing/benchmark where we benchmark a Tempest app as if it was running in production (we could use tempest/docs) for...
Let's look into whether we can improve discovery cache for local development - Partial discovery cache: only discover files that have been changed or added according to local git history...
```php class MyRequest implements Request { use IsRequest; public Upload $avatar; } ```
The auth component comes with a default migration for a User model. However, sometime a project might not want to use it. We need a way to disable/overwrite this migration....