A __construct on an Eloquent Laravel Model
I have a custom setter that I'm running in a __construct method on my model. This is the property I'm wanting to set. protected $directory; My Constructor public function __construct()...