Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

paul@commercialgrade.com's avatar

Text field saving single space gets saved as null

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?

0 likes
1 reply
paul@commercialgrade.com's avatar

solved it! app/http/kernel.php commented out \Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class

Hope this helps someone else.

Please or to participate in this conversation.