Support the ongoing development of Laravel.io →

marcod

Joined 17 Feb 2015

Statistics

Threads 0
Replies 5
Solutions 2
Articles 0

marcod has not posted any threads yet

replied 9 years ago

what does $request->ajax() do?

it just checks the HTTP headers if the current request was made by ajax (i.e. XMLHttpRequest)

0 Likes
Solved
replied 9 years ago

Laravel 5 :: Switch Language

You need to set the app's locale to the choosen language, e.g.: \App::setLocale($language); In our a...

0 Likes
replied 10 years ago

L [5] : how to autehnticate user on curl

The curl parameter "--user" just passes basic auth info in the HTTP request. You can easil...

0 Likes
Solved
replied 10 years ago

Stategy for Laravel symlink deployment and maintaining old log files?

You could also set up logging to use syslog. In our application environments we usually have several...

0 Likes
replied 10 years ago

ValidatesWhenResolved Trait - Where is the validate method ever called?

The call to the validate method is registered as ResolvingCallback in the Illuminate\Validation\Vali...

0 Likes

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.

© 2025 Laravel.io - All rights reserved.