How to do Page event after Login

I need to update db and add some cookies after user logins.
Page event - Index - after login is greyed out.

Is there a page I can manually update?

What is the project type?

Hi
Using 7.1.2
It’s php laravel bootstrap
Authentication has been enabled, when the user logs in I need to store cookies and update user logged in date time in the user table.

Any advice would be appreciated.

Kind Regards

Paul

There is no action after login, you will have to manually edit the generated project.

which page should i edit?
i am guessing its the page that includes the function to check the login credentials?
do you know where that is handled?

You can find it here {Project Root}\app\Http\Controllers\AuthController.php in the login function.