Apps (Coming Soon) 24 / 32
Troubleshooting
Troubleshooting tips and tricks for the DevDojo Auth package.
If you are trying to troubleshoot an issue or having problems getting something to function correctly, here are a few tips and tricks that might help you out.
Force Publish the Configs
This will overwrite your current configs.
You may find yourself needing to reset the configurations for your authentication. In that case you will probably want to force publish the configurations with the following command:
php artisan vendor:publish --tag=auth:config --force
Imagick Extension
In order to use the 2FA QR code image, you need to install the Imagick extension as well as require it via composer: composer require ext-imagick. This was originally added by default in this PR; however, it's best to only include it if needed.