SuperDJ

Results 26 comments of SuperDJ

Maybe https://github.com/Dogfalo/materialize/pull/2669 does the trick for you

@rvanbaalen from what I understand - [Laravel UI](https://github.com/laravel/ui) - "Old"/ legacy authentication package. - Login - Registration - Email validation - [Bootstrap](https://getbootstrap.com/) for UI - [Fortify](https://laravel.com/docs/8.x/fortify) - New "basic" authentication...

Possibly another example: I have a `users` table with the following fields: `first_name`, `insertion`, `last_name`. I quite often need to get the full name. Of course it is possible to...

@SpacePossum. @keradus is there anything left to do before this is RTM?

@shakaran should be done now

@SpacePossum as mentioned before (and in https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/3855 and https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/4706) it is used in the WordPress community.

@EarthmanWeb there is now a [custom rule](https://packagist.org/packages/superdj/spaces-in-parentheses-php-cs-fixer) for this

@vena sorry for the late response. I found that the `NoSpacesInsideParenthesisFixer` has the same behaviour.

In both the parent and child define a prop called errors. The `errors` prop must be an empty object by default in the parent passed on to the child.

possible duplicate of the following: https://github.com/inertiajs/inertia-laravel/pull/437, https://github.com/inertiajs/inertia-laravel/issues/421 and https://github.com/inertiajs/inertia-laravel/pull/422