最近在写插件,大家有需要的插件可以评论一下
企业官网插件:https://www.workerman.net/app/view/sites
大佬,来个“商城多规格价格 SUK”插件吧。
类是于wvp-GB28181-pro(码云上) 的视频监控,那就完美了
Hello from Thailand, I request for the following features
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 }
public function store(StorePostRequest $request) { // already validated, just insert all Post::create($request->all()); }
Thanks
https://www.workerman.net/q/9155 多租户数据库配置的插件,需要的还蛮多的
+1
企业官网插件:https://www.workerman.net/app/view/sites
大佬,来个“商城多规格价格 SUK”插件吧。
类是于wvp-GB28181-pro(码云上) 的视频监控,那就完美了
Hello from Thailand, I request for the following features
https://laravel.com/docs/10.x/routing#route-model-binding
this will auto query model by id, no need to manually run the query
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
Thanks
https://www.workerman.net/q/9155
多租户数据库配置的插件,需要的还蛮多的
+1