Abenet Tamiru

Results 13 issues of Abenet Tamiru

**What problem does this feature proposal attempt to solve?** Dropping support for Laravel Versions prior to Laravel 8 would ease the maintenance burden and allow us to make use of...

discussion
6.x

### Feature Description Add option to create a new Laravel project via the wizard with all the options and prompts of the Laravel installer.

will be fixed/implemented soon

When using `factory-bot` in a framework one might want to use additional dependencies in their `DefinitionProvider`s, allowing already instantiated providers to be loaded allows the framework to inject the required...

enhancement
stale

Sometimes data in a column is dependent on data in another column, passing already resolved fieldDefinitions would allow the user to handle the use cases where this is the case,...

enhancement
stale

## Description When mapping over a set it is possible to introduce duplicate values which is undesirable. ```php $set = new \Ramsey\Collection\Set('integer', [1, 2, 3]); $set->map(fn () => 42); ```...

## Information | Type | Breaking change | | --------------------- | --------------- | | Feature | No | --- Allow controllers to be scoped to an environment. ```ts import {Get}...

### Feature Description PHPStorm has a database tool, it would be great if `idea` would be able to configure the connection. The `.env` file should hold all the information for...