Support the ongoing development of Laravel.io →

johndavedecano

Joined 9 May 2014

Statistics

Threads 3
Replies 6
Solutions 0
Articles 0

PHPspec Call to a member function

Here is the code being tested public function forgot($email) { try {...

0 Likes
0 Replies

Laravel 4.2 Crashes my PHP5-FPM but works with Laravel 4.1

When i use Laravel 4.2, php5-fpm crashes,but when i also tried with apache, and same thing happens....

0 Likes
0 Replies

Whoops! There was an error. 404 On Freshly Installed Laravel 4.2

I just freshly installed laravel 4.2. However when i browse on the page, i get Whooops even i create...

0 Likes
0 Replies
replied 9 years ago

Filter search results by tags using eloquent

$posts = Post::whereHas('tags', function($q) { $tagsIDs = [5,17,22]; $q->whereIn('id...

0 Likes
replied 9 years ago

Filter search results by tags using eloquent

class Post { public function getPostsByTagId($id) { return static::where('tag_id', $id...

0 Likes
replied 9 years ago

Code Reuse - newbie question

You have to define the responsibility of the controller..For me, i only use controller to send and r...

0 Likes
replied 9 years ago

htmlspecialchars(): Invalid multibyte sequence in argument

The solution PHP multibyte string functions must be used, see in the PHP reference Multibyte String...

0 Likes
replied 9 years ago

Laravel : condition in URI

$conditions = array(); foreach($GET as $k => $v) { if(preg_match("/(.*)()(.*)/",$k) { $...

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.