Closed reinink closed 3 years ago
This PR removes the laravel/ui package dependency from Ping CRM, replacing it with the auth controller and login form request object found in Laravel Breeze.
laravel/ui
These two files provide everything we need, including login throttling.
I also removed the "Forgot password?" link, as I don't plan to implement that behaviour in this demo app.
This PR removes the
laravel/ui
package dependency from Ping CRM, replacing it with the auth controller and login form request object found in Laravel Breeze.These two files provide everything we need, including login throttling.
I also removed the "Forgot password?" link, as I don't plan to implement that behaviour in this demo app.