Download the PHP package erdaldemirci/laravel-geoip-log-cleaner without Composer
On this page you can find all versions of the php package erdaldemirci/laravel-geoip-log-cleaner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download erdaldemirci/laravel-geoip-log-cleaner
More information about erdaldemirci/laravel-geoip-log-cleaner
Files in erdaldemirci/laravel-geoip-log-cleaner
Package laravel-geoip-log-cleaner
Short Description Simple laravel package for clearing GeoIP logs.
License MIT
Informations about the package laravel-geoip-log-cleaner
Laravel GeoIP Log Cleaner
Documentation
- Installation
- Usage
- Working with facade
- Working with Artisan CLI
- License
- Thanks from author
Installation
You can install this package through Composer.
-
First, edit your project's
composer.json
file to requireerdaldemirci/laravel-geoip-log-cleaner
: - Next, run the composer update command in your command line interface:
Note: Instead of performing the above two steps, you can perform faster with the command line
$ composer require erdaldemirci/laravel-geoip-log-cleaner:1.*
.
- Add following code to app\Console\Kernel.php.
Usage
Working with facade
Laravel Log Cleaner has a facade with name is ErdalDemirci\GeoIPLogCleaner\Facades\Cleaner
. You can do any operation through this facade. For example:
Method chaining
Some functions of loading, writing, backing up, restoring are implementation and usage of method chaining. So these functions can be called to chained together in a single statement. Examples:
Working with Artisan CLI
Laravel GeoIP Log Cleaner have command can use easily with Artisan CLI. Example:
Please use each above command with option --help for details of usage. Example:
License
The Laravel GeoIP Log Cleaner is open-source software licensed under the MIT license.
Thanks for use
Hopefully, this package is useful to you.
All versions of laravel-geoip-log-cleaner with dependencies
ext-mbstring Version *
illuminate/console Version >=5.3.0
illuminate/support Version >=5.3.0