Laravel Nova: Adding confirmation text on destructive actions Have you ever tried to delete a GitHub repository? If you’ve done that before, you probably noticed that it’s required… Continue reading “Laravel Nova: Adding confirmation text on destructive actions”…
Improving page loading time in Laravel Nova In this post we will learn how to improve the page loading time of Laravel Nova when our setup contains… Continue reading “Improving page loading time in Laravel Nova”…
Implementing mutually exclusive roles on Spatie Laravel-permission with Nova Working on a project that implemented Spatie\Laravel-permission to manage user roles and permissions, we’ve found a situation where users could… Continue reading “Implementing mutually exclusive roles on Spatie Laravel-permission with Nova”…