DEV Community

Cover image for Creating a simple report in Laravel

Creating a simple report in Laravel

C.S. Rhymes on September 27, 2019

Recently I was tasked with creating a report in a Laravel project and I thought I would share some of the things I learned along the way. I’m going...
Collapse
 
mdhesari profile image
Mohammad Fazel

Awesome, thank you for sharing this, there's a lot to learn

Collapse
 
josecage profile image
José Cage

Thanks. Yout just give me a nice guide. I will need this on salespanel project

Collapse
 
cristiancastrodc profile image
cristiancastrodc

Great article. Today I have to build some reports too, so this comes at the right time. Thank you.

Collapse
 
adrianoalves profile image
Adriano Alves

Thank you for sharing knowledge, Chris.
You could use whereBetween method for date range queries instead of use two where methods.