02 2021 档案
摘要:$grid->actions(function (Grid\Displayers\Actions $actions) { $actions->disableView(); }); 文档中好像没翻到,翻源码翻到的,新旧版按钮都有效,我的是改回了旧版 config/admin.php 中 'grid_a
阅读全文
摘要:在模型中增加 protected static function booted(){ static::deleting(function ($_it) { $total = 1; //在这里去做逻辑判断,$_it->id 可以拿到当前操作id if ($total > 0) { throw new
阅读全文
摘要:app/Http/Kernel.php中 protected $middleware = [ // \App\Http\Middleware\TrustHosts::class, \App\Http\Middleware\TrustProxies::class, \Fruitcake\Cors\Ha
阅读全文
摘要:在config/filesystems.php中添加: 'disks' => [ 'local' => [ 'driver' => 'local', 'root' => storage_path('app'), ], 'public' => [ 'driver' => 'local', 'root'
阅读全文
浙公网安备 33010602011771号