public function getCategories(): JsonResponse { $nav_id = request()->input('q'); $categories = Category::selectOptions(function ($q) us...
如题
比如传nav_idxxx.com?nav_id=1 想要把这个nav_id传递过去,但是不显示在url上,即去掉nav_id=1
想把添加的一些数据导出为seeder这种,方便随时插入数据库
类似于以下这样的[图片]
自定义验证信息
如题,想自定义路由
$response = Http::asForm()->post('http://passport-app.test/oauth/token', [ 'grant_type' => 'password', 'client_id' => 'client-id',...
$grid->column('parent.title', '所属父级'); 比如说parent.title查不到的情况下给个默认值
SQLSTATE[23000]: Integrity constraint violation: 1048 Column ‘image’ cannot be null (SQL: update carousels set image = ?, carousels.updated_at = 2022-10-17 16...
用的 jacobcyl/ali-oss-storage 包,报错 Class “League\Flysystem\Adapter\AbstractAdapter” not found 新版的 league/flysystem 目录改变了,试过安装低版本,目前lara...
return Grid::make(new Carousel(['nav']), function (Grid $grid) { $grid->column('id')->sortable(); $grid->column('image');...
社交账号:
我要举报该,理由是: