Support the ongoing development of Laravel.io →

alver75

Joined 29 Apr 2014

Statistics

Threads 3
Replies 2
Solutions 0
Articles 0

Unit Testing

Can anyone help me with this? public function showList() { $userid = Auth::user()->id;...

0 Likes
0 Replies

Laravel Unit Testing

#How to mock this one? return Redirect::back()->withErrors($validator); it always says: BadMethod...

0 Likes
0 Replies

Laravel Session Problem

How to identify in laravel between session timeout and single login? if session timeout => [messa...

0 Likes
0 Replies
replied 9 years ago

Laravel Installation Error in NGINX

This fixed my problem.. sudo nano /etc/php5/fpm/php.ini remove comment ; opcache.enable=0

0 Likes
replied 9 years ago

502 Bad Gateway installing laravel

This fixed my problem.. sudo nano /etc/php5/fpm/php.ini remove comment ; opcache.enable=0

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.

© 2024 Laravel.io - All rights reserved.