edit this page Artisan Commands

Updating Service Data

Some services may need to update local files. For example the MaxMind Database service fetches a remote database and saves it to the local file system.

php artisan geoip:update

Clearing Cached Locations

Some cache drivers offer the ability to clear stored location.

php artisan geoip:clear

Note: Cache clearing requires Cache Tags, so is not supported when using the file or database cache drivers.