it just checks the HTTP headers if the current request was made by ajax (i.e. XMLHttpRequest)
You need to set the app's locale to the choosen language, e.g.: \App::setLocale($language); In our a...
The curl parameter "--user" just passes basic auth info in the HTTP request. You can easil...
You could also set up logging to use syslog. In our application environments we usually have several...
The call to the validate method is registered as ResolvingCallback in the Illuminate\Validation\Vali...
The Laravel portal for problem solving, knowledge sharing and community building.
The community