Create a BaseModel class, and have all your Eloquent models extend it.
Sep 11, 2014
5
Level 5
4.3 BaseModel
What's the recommended way to create some sort of base model in 4.3?
Level 59
What specifically are you trying to accomplish?
If you just want an abstract class that your controllers can inherit from, then just create a BaseController class that extends Controller. Same process.
Please or to participate in this conversation.