Laravel breeze yes or not
I have a question about the laravel breeze or jetstream starter kit. I am new to laravel and want to learn this framework. I know how to write authentication in pure php such as registration, login, email address verification, password reset etc. Should I use laravel breze or should I write custom code for that?
I want to write the code in good standards.