laravel-login-link
laravel-login-link copied to clipboard
Blade: use json_encode instead of @json
@json breaks with attributes that have spaces.
<x-login-link :user-attributes="['role' => 'senior admin']" />
@freekmurze
Could you add a test for this?
Could you add a test for this?
Done
@Nielsvanpach