最近在写插件,大家有需要的插件可以评论一下

MK

最近在写插件,大家有需要的插件可以评论一下

706 5 1
5个回答

banro512
  1. 企业官网插件
  2. cms插件
liziyu

大佬,来个“商城多规格价格 SUK”插件吧。

  • 暂无评论
不败少龙

类是于wvp-GB28181-pro(码云上) 的视频监控,那就完美了

  • 暂无评论
lee

Hello from Thailand, I request for the following features

  1. Laravel Route Model Binding
    https://laravel.com/docs/10.x/routing#route-model-binding
    this will auto query model by id, no need to manually run the query
    • require illuminate/database or any ORM of choice
Route::get('/users/{user}', [UserController::class, 'show']);

public function show(User $user)
{
    // $user = User::findOrFail($user_id); <== this is not require as it already query from model binding
}
  1. Request form validation
    https://laravel.com/docs/10.x/validation#form-request-validation
    this will separate the form validation to another class, no need to manually write form validation in controller
    • require webman-tech/laravel-validation package
public function store(StorePostRequest $request)
{
    // already validated, just insert all
    Post::create($request->all());
}

Thanks

  • 暂无评论
doit

https://www.workerman.net/q/9155
多租户数据库配置的插件,需要的还蛮多的

🔝