Support the ongoing development of Laravel.io →
Requests Input
Last updated 1 year ago.
0

I would seriously consider watching every free Laracast that you can. You should be using POST data not get data for anything secure.

Last updated 8 years ago.
0

@George, you can add additional parameters in route/action functions and they'll be rendered as part of query string:

route('products.search', ['sortby'=>'price', 'category'=>'smartphone'])
// outputs:
// http://localhost/products/search?sortby=price&category=sma...;
0

Sign in to participate in this thread!

Eventy

Your banner here too?

George george Joined 10 Mar 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.