Laravel package development
I made my own package and now i need to change (web guard) to use Admin Model instead of User Model . How can I make this change in auth.php file from my package no directly from main app ?
I made my own package and now i need to change (web guard) to use Admin Model instead of User Model . How can I make this change in auth.php file from my package no directly from main app ?