Laravel 開發學習(十二)Laravel 表單請求驗證

Laravel 表單請求驗證 使用 Artisan 命令 make:request 來建立表單請求類:php php artisan make:request StoreBlogPost 驗證規則html public function rules() { return [ 'title' => 'required|unique:posts|max:255',
相關文章
相關標籤/搜索