I didn't get a chance to test it..but..couldn't you use a mutator in this case? something like
class YourModel extends Eloquent {
public function setCreatedAtAttribute($value)
{
return YOUR_MILLI_SECONDS;
}
}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community