Redefining database inserts\updates

Please help me with an idea of redefining/overriding insert and update operations with the model
In my code i have parent class extending Illuminate\Database\Eloquent\Model i think i must override functions here. How can i do it?