Laravel plugin provides valuable information on Laravel applications, making debugging easy and simple. Z-Ray gives a complete picture of your Laravel environment - including all the fired events, loaded views, and stored sessions.

- **Events Log**: displays a list of all the Laravel events that were fired during the request.
- **General**: shows information on the Laravel installation and environment, such as the application and URL paths, and the application version.
- **Route**: displays information on the application route, including a specified name and defined route filters.
- **Session**: displays the name and value for stored sessions.
- **User Information**: provides useful information on the current user of the Laravel application, such as the user name and authentication data.
- **Views**: shows information on currently loaded Laravel views, including their application file path, and any passed parameters.