Richard Browne

Results 6 issues of Richard Browne

**Describe the bug** When a model has the `@softDeletes` directive set and you attempt to `restore` the model as follows: ```gql mutation restore ($id: ID!) { restoreModel (id: $id) {...

bug

Fixing issue #22: 1. Determine if we're in the `vendor` folder. 2. Use regex to search for the format `/vendor/{package}/{locale}/filename.php` 3. Use the `locale` as the new "directory" name (N.B....

Hi! Firstly, thanks for such a great package - it makes life so easy. I'm not sure if this is my own stupidity with my configuration, or something else, but...

Hacktoberfest

## Summary For applications were the developer is using a multi-tenancy setup, utilising multiple databases i.e., one for the landlord and many for the tenants, the database config definition is...

It is not possible to have a request factory where a key has an array of files e.g.,: ```php public function files(): array { return [ 'documents' => [ $this->image('file.jpg'),...

# ✨ Pull Request ### 📓 Referenced Issue There is no specific issue that directly prompted this PR, but it includes a fix for: - Fixes #1193 ### ℹ️ About...