定制 klsandbox/laravelban 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

klsandbox/laravelban

Composer 安装命令:

composer require klsandbox/laravelban

包简介

Banned keyword checker for Laravel , this package provide the functionality to search keyword(s) inside the files

README 文档

README

This is a package to check some of the keyword being used in files inside folder. This package are developed on Laravel 5.

Install using composer

composer require klsandbox/laravelban

How To Use

After installing via composer, add the LaravelBanServiceProvider as one of the provider inside the config/app.php

config/app.php


 'providers' => [
 ....
 ....       
        Klsandbox\LaravelBan\LaravelBanServiceProvider::class,


then, publish the config simply by using publish command

php artisan vendor:publish

open the config for banned keyword, go to the config/banned-keywords.php , specify the keywords and the directory need to be searched.

after that, run the command to search for the banned keywords

php artisan check:banned-keywords

you can also specify the keyword from the terminal

php artisan check:banned-keywords another_keyword

add optional argument to make it strict

php artisan check:banned-keywords --mode=strict

Security Vulnerabilities

If you discover a security vulnerability within this package, please send an e-mail to Ibrahim Abdul Rahim at ibrahim@klsandbox.com.

License

This client are open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 152
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-01-31

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固