Trait for validating Eloquent models on save in Laravel 4.2+

https://github.com/dwightwatson/validating

這個 Laravel 外掛是在同事的程式碼中看到的,花了一點點時間了解,原來是個把 validation 綁定在 model 上的外掛,如此一來就可以在資料寫入資料庫之前自動進行一次 validation,不需要自己手動呼叫驗證程序,只要記得接 Exception 就可以。

安裝方式很簡單,現在 PHP 有 composer 這項神器加持。

開啟 Laravel 專案下的 composer.json,在 require 區段中加入宣告

"watson/validating": "0.10.*

接著執行 composer update 更新套件。

使用方式參考官網的範例。

https://github.com/dwightwatson/validating/blob/0.10/README.md


Posted

in

,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version