Afik Deri

Results 4 comments of Afik Deri

Thank you for that, Great work so far. Some notes for your code so far so you can keep working on it: - The `RegisterController` doesn't need a middleware nor...

This is why I prefer to have a dedicated `RegisterRequest` file that can handle validations. 1) `php artisan make:request RegisterRequest` 2) inside the `app/Http/Requests/RegisterRequest.php` file: ```php /** * Determine if...

@gabriel-rumajar Make sure you subscribe to the correct channel with `Echo` and you have the proper route in `routes/channels.php` in there to listen. It's often a matter of a typo.

Any news on this one? I can't install this package on the latest laravel 9 with nova 4.