if ( ! Input::has('key'))
{
Request::instance()->query->set('key','value');
}
e.g.
Request::instance()->query->set('circles','round');
@thedamon please i dont understand how and where to use the above, please can you make it a little bit explanatiory
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community