Here is the code being tested public function forgot($email) { try {...
When i use Laravel 4.2, php5-fpm crashes,but when i also tried with apache, and same thing happens....
I just freshly installed laravel 4.2. However when i browse on the page, i get Whooops even i create...
$posts = Post::whereHas('tags', function($q) { $tagsIDs = [5,17,22]; $q->whereIn('id...
class Post { public function getPostsByTagId($id) { return static::where('tag_id', $id...
You have to define the responsibility of the controller..For me, i only use controller to send and r...
The solution PHP multibyte string functions must be used, see in the PHP reference Multibyte String...
$conditions = array(); foreach($GET as $k => $v) { if(preg_match("/(.*)()(.*)/",$k) { $...
The Laravel portal for problem solving, knowledge sharing and community building.
The community