Use Laravel Auth in radicle

Hi there,

I’m skilled with WordPress but just starting out with Laravel. I’m looking to switch from WordPress to Laravel gradually.

I’m planning to develop new features in Laravel. However, I’ve noticed there’s no Laravel auth in the Radicle package. So, I’m thinking of using an adapter to avoid using WordPress functions.

For instance, I’d like to replace ‘is_user_logged_in()’ with ‘auth()->check()’ and have the adapter class handle the ‘is_user_logged_in()’ function behind the scenes.

Thanks for your assistance.

Acorn doesn’t have support for illuminate/auth.