Hi, I have to list some records related to users without the given parameters. Is there any way to m...
Hi, We will rebuild our newsportal in the next month. It has an average of 3000 requests per second,...
Hi, When I want to use css/javascript files with laravel I always get errors like Unexpected EOF or...
@astroanu I've seen that of course (even if I'm using Laravel 4.2), but the problem here is I get so...
try the following: $title = 'Languages'; $dataset = Language::orderBy('id','desc')...
I found something at the bottom of the original language file: 'attributes' => array( 'email'...
Okay, I will check it again. We are using nginx 1.2.1 and Debian Wheezy if I remember correctly. Tha...
Okay, tried this, but it does not work as expected. :( If anybody else has the same error, try to a...
The Laravel portal for problem solving, knowledge sharing and community building.