仰望星空
仰望星空
~~~ location / { try_files $uri $uri/ /index.php?$query_string; proxy_pass http://127.0.0.1:8080; } ~~~ 
for example size < 2m
~~~ protected function form() { return Form::make(new ShopGood(), function (Form $form) { $form->title('商品'); $formStep = $form->multipleSteps(); $formStep->add('商品分类', function ($step) { $step->tree('type_id') ->nodes(ShopType::get()->toArray()) ->setIdColumn('id') ->setTitleColumn('title') ->setParentColumn('pid') ->customFormat(function ($v) { // 格式化外部注入的值...
~~~ Deprecated: Return type of think\Container::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in ~~~