antonioribeiro / firewall

Firewall package for Laravel applications
BSD 3-Clause "New" or "Revised" License
1.39k stars 162 forks source link

Most artisans commands doesn't exists #162

Open lasseeee opened 4 years ago

lasseeee commented 4 years ago

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.

gr1zix commented 4 years ago

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.

Just switch the use_database parameter in config/firewall.php to true

Yinci commented 3 years ago

I can confirm that without use_database set to true, these commands are not available.