We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In v2.3.0 with Laravel 5.8.35 on 7.2.18, only the firewall:list and firewall:updategeoip exists, the rest is missing.
firewall:list
firewall:updategeoip
The text was updated successfully, but these errors were encountered:
Just switch the use_database parameter in config/firewall.php to true
use_database
config/firewall.php
true
Sorry, something went wrong.
I can confirm that without use_database set to true, these commands are not available.
No branches or pull requests
In v2.3.0 with Laravel 5.8.35 on 7.2.18, only the
firewall:list
andfirewall:updategeoip
exists, the rest is missing.The text was updated successfully, but these errors were encountered: