In the file: UserController.php
present in app/Http/Controllers
directory, find the register function and add this:
$user->deposit(10 * 100, ['description' => "Bonus for registration"]);
Screenshot:
P.S I have not tested the code, but it should work.