antonioribeiro / firewall

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

Read and save IPs from database #50

Closed pishguy closed 7 years ago

pishguy commented 8 years ago

Hi, how can i save and read ip list from database?

antonioribeiro commented 7 years ago

The command

 Firewall::all() 

Should give you access to all of then. To Write you need to use Firewall methods.