public function boot(DispatcherContract $events) { parent::boot($events); Student::creating(function($student) { // }); }