Brent Roose

Results 146 issues of 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`...

Cache

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

Bug
Console

### Description So that long lists can be searched ### Benefits /

Console
Feature Request

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

Uncharted Waters

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

Stewardship

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

Discovery
Uncharted Waters

```php class MyRequest implements Request { use IsRequest; public Upload $avatar; } ```

HTTP

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

Discovery