Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

LaraBABA's avatar

Laravel nova updated courses

Hello,

Is there any updated courses for Nova please? I read some articles that between 2018 and 2020 a lot of changes happened:

https://laracasts.com/series/laravel-nova-mastery

When you install it, can you actually customize the registration and login pages with your own logic or it is very difficult to change the base code?

Thank you.

0 likes
3 replies
neilstee's avatar

@boubou I suggest not touch the base code but implement your own. For example, if you want to update the login logic, you can add the same routes in your web.php and those will be overwritten.

You can check the list of nova routes using php artisan route:list and add it to your web.php with your custom controller.

LaraBABA's avatar

Thanks for that. You do not know if they do a few discounts for xmas usually :-)

bfalcao's avatar

You can always check Mastering Nova. www.masteringnova.com

Please or to participate in this conversation.