# l5-ip **Repository Path**: imvkmark/l5-ip ## Basic Information - **Project Name**: l5-ip - **Description**: laravel 5 的 ip库封装类, 支持 17mon, tiny, qqwrt, taobao,sina - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-02-04 - **Last Updated**: 2024-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 加载本扩展 在 `config/app.php` 的 `providers` 部分加入 ``` Imvkmark\L5Ip\L5SmsServiceProvider::class ``` ### 生成配置 - 配置config 如果是需要强制生成配置, 在后边加入 `--force` 选项 ``` php artisan vendor:publish --tag=sour-lemon ``` ### 将以及支持的类型填入 `sl-ip.php` ### 使用 ``` \App::make('l5.ip')->area($ip); ``` ### License The Laravel plugin is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).