Ralph J. Smit

Results 20 issues of Ralph J. Smit

Hey everyone, I'm upgrading a project from a colleague to make use of compiling a single JS file with `npm` modules instead of using several script tags. I noticed that...

| Q | A | --------------------| --------------- | PHPUnit version | 9.5.9 | PHP version | 8.0.12 | Installation Method | **Composer** / **PHAR** #### Summary I'm trying to test...

type/bug
feature/assertion

Please fill out the detail below, it helps me investigate the bug: 1. Driver (Ex: PostgreSQL 10.0): 2. MySQL 8.0.19 and every other driver 2. DBngin build number: 3.4 (36)...

### Feature Description When writing migrations, I often use the `->after()` method to put a column at a certain position (so that my `created_at` and `updated_at` columns stay at the...

### Feature Description Hey there, I just tried writing the following code, which references a non-existing config file: ``` config('azure-cs.base_url') ``` I fully expected to be able to hit Alt...

under discussion - investigating solutions

Hey there! Thanks for this making this library. I'm working on a project where we want to switch all our recurring invoices to [Moneybird subscriptions](https://developer.moneybird.com/api/subscriptions/). When looking through the docs...

This PR adds the ability to add suffixes and prefixes to boolean columns. This is handy in situations where you want to add some more context to a boolean, but...

enhancement

### Feature Description One of the most useful autocompletions for me is the database column autocompletion on Eloquent models and in factories. One useful aspect where this autocompletion is still...

Nice initiative Tony!

Recently, GitHub introduced free macOS runners that run on Apple Silicon. I am now getting the following error: ``` Error: Container action is only supported on Linux ``` It would...