(I\'m a beginner of Laravel)
I\'m using Laravel 5.2
. I have successfully enabled the Authentication; by doing the php artisan make:auth>
Alief's Answer below works fine as expected. But as i googled through, using the Event Handlers is probably the more preferred way. (It works like custom hooks).
So without any less respects to Alief's Answer below, let me choose --> this Event Handers approach i just found out.
Thanks all with regards!