antonioribeiro / firewall

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

Migration is being always loaded. #147

Closed insectkorea closed 4 years ago

insectkorea commented 5 years ago

If we set use_database to false on config file, migration should not be loaded.

But for now,

php artisan migrate

would always cause

Migrating: 2014_02_01_311070_create_firewall_table
Migrated:  2014_02_01_311070_create_firewall_table

How can I unable loading migration?

antonioribeiro commented 4 years ago

Should be fixed in the next version.