I have a command that runs in an while(1) loop, which occasionally needs to send an email alert usin...
Just set up the route without the variable, then you can use: $request->input('datadatadata'); h...
$cita= Cita::orderBy(asc)->paginate(10), What error do you get? The arguments for orderBy are $...
The same way you would do it in php :) How random does it need to be? substr(str_shuffle(MD5(microti...
What are you using to edit the code? Usually an option when saving the file or under "encoding&...
\Session::put('foo','bar'); http://laravel.com/docs/5.1/session
The Laravel portal for problem solving, knowledge sharing and community building.