I have a variable in a Laravel 5 controller which I am trying to include in the url of a redirect link, however nothing I've tried seems to work, my code is currently as follows.
$newChallenge = ((int) request('challenge_id') + 2);
return redirect('/texttext/');
However, this doesn't use the variable represented by $newChallenge, but rather
"" as a string, how should this be done?
from Newest questions tagged laravel-5 - Stack Overflow http://bit.ly/2Wi8ODk
via IFTTT
Aucun commentaire:
Enregistrer un commentaire