1 Star 0 Fork 141

从没开始 / laravel-bjyblog

forked from 白俊遥 / laravel-bjyblog 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.php-cs-fixer.php 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
declare(strict_types=1);
use Baijunyao\PhpCsFixer\Config;
use PhpCsFixer\Finder;
$finder = Finder::create()
->notPath('app/Console/Kernel.php')
->notPath('app/Http/Kernel.php')
->exclude('bootstrap')
->exclude('config')
->exclude('database/factories')
->exclude('public')
->exclude('resources')
->exclude('storage')
->notPath('_ide_helper.php')
->notPath('_ide_helper_models.php')
->notPath('server.php')
->in(__DIR__);
return (new Config())->setFinder($finder);
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/jason-king/laravel-bjyblog.git
git@gitee.com:jason-king/laravel-bjyblog.git
jason-king
laravel-bjyblog
laravel-bjyblog
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891