Support the ongoing development of Laravel.io →
iClosedz

iClosedz

Joined 10 Jul 2014

Statistics

Threads 9
Replies 25
Solutions 1
Articles 0

Eagerloader with no select *

I have the query like this $article = new Article(); $query = $article->with('user')...

0 Likes
3 Replies
posted 11 years ago

Service Provider not found after deployment ???????????

I can run this on my local machine. I got the error like this when first deploy on the server. I pul...

0 Likes
3 Replies
posted 11 years ago

Confuse with cookie and seesion

I'm try to set a new cookie but i think it expires in 2 hours because of 'lifetime' => 120, on th...

0 Likes
0 Replies

How to handle route prefix with no parameters ?

Hello!, I looking for how to handle the route prefix with that no parameters like below my route Rou...

0 Likes
5 Replies
Solved
posted 11 years ago

How to create an custom exception for route ?

My route use where() to custom input url Route::get('article/{id}', 'ArticleController@getIndex')-&g...

0 Likes
7 Replies
Solved
replied 11 years ago

The best way to pagination ?

closca said: Did you saw this ? http://laravel.com/docs/pagination Yes it process of Laravel pagin...

0 Likes
replied 11 years ago

How to create an custom exception for route ?

thepsion5 said: App::error() isn't for creating exceptions, it's for catching them. The best way to...

0 Likes
replied 11 years ago

I have a problem about "Call to a member function createData() on a non-object"

PaddyHu said: call parent::__construct() in your ArticleControllers constructor! And in your ApiCon...

0 Likes
replied 11 years ago

I have a problem about "Call to a member function createData() on a non-object"

On my class ApiController extends BaseController { protect $fractal public function __constr...

0 Likes
replied 11 years ago

I have a problem about "Call to a member function createData() on a non-object"

I call "ApiController That Error" By // ArticleController class ArticleController extends...

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.

© 2026 Laravel.io - All rights reserved.