I need appropriate to always show modal

i need something to always show modal to enter purchase code in all admin pages. example:
public function boot(): void
{
if ($license !== 'valid') {
// what is always to open modal?
}
}
public function boot(): void
{
if ($license !== 'valid') {
// what is always to open modal?
}
}
3 Replies
Dan Harrin
Dan Harrin2y ago
using an action?
Dennis Koch
Dennis Koch2y ago
You mean an auto-opening modal on page load? 🤔 Btw. if people don't have a valid license you probably should redirect them to a different page. Otherwise they could just remove your modal via DevTools.
zainalab
zainalabOP2y ago
maybe.. okay, thanks, maybe redirecting to a specific page would be a solution and more secure
Want results from more Discord servers?
Add your server