Laravel 模型中 $hidden 的作用

看源碼的註釋,$hidden 定義的屬性在被 序列化 的時候會被隱藏。 文檔解釋:https://laravel.com/docs/5.5/eloquent-serialization#hiding-attributes-from-json 當需要對用戶密碼或其它敏感信息在用戶實例通過數組或 JSON 顯示時進行隱藏,則可使用 hidden 屬性。 打印測試: 從打印效果可以看到,把數據序列化爲
相關文章
相關標籤/搜索