Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
模型事件是否与常规事件相同。您是否将模型活动视为常规活动?我正在尝试在用户注册时创建个人资料行。
您可以通过一些辅助函数或使用模型观察者来处理模型事件。
但是,是的,在幕后,这些事件是由 Laravel 的事件调度器触发的,所以从技术上讲,你也可以通过Event外观将函数绑定到这些事件。
Event