Level 2
solved it! app/http/kernel.php commented out \Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class
Hope this helps someone else.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Text::make('field')->nullValues('null') where the user enters a single space causes Nova to save the value as a null, causing an Integrity constraint violation 407 - "null values not allowed" .
I am able to save a space into the same 'field' using Tinker without a problem.
What am i missing?
Please or to participate in this conversation.