Best Practice is really per person it seems around the Laravel Community which makes Laravel so great. It can be adapted for just about anybody. If you are creating an API I would say just use Data Headers so you would define params such as 'start_at' and 'end_at' then use the Input::get('start_at').
If just looking to define it as the URL can do
Route::get('mydata/{startDate}/{endDate}')
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community