I want to generate a URL like http://www.example.com/ical/john/smith/35 in Laravel 5, so I did this:...
So I'm sometimes developing at home on my vagrant homestead box (which is HTTP) and sometimes on the...
barisbora said: you can use like this; (snip) Cool, thanks. I'll give this a go when I get home.
At the moment I'm just doing $theUrl = action('CalController@index') . '/' . $first . '/' . $last ....
I guess I could put APP_SECURE=true or APP_SECURE=false in my .env file, and reference that in ever...
leesherwood said: [ snip ] You cannot use "default to current date" in MySQL for anythin...
The Laravel portal for problem solving, knowledge sharing and community building.
The community