Support the ongoing development of Laravel.io →

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 9 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 9 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 9 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 9 years ago

where() on with() relation

So I think you need to use raw sql.

0 Likes
replied 9 years ago

where() on with() relation

If you use with I think you don't need to join. try $deliveries = Delivery::with(array('order' =>...

0 Likes
replied 9 years ago

Eagerloader with no select *

@kokokurak This is sample like sudo code. But I think group by is not a problem. if I use $article...

0 Likes
replied 9 years ago

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

I got it, it's my bad miss spell My\Serviceprovider in app.php is My\ServiceProvider = = so why my l...

0 Likes
replied 9 years ago

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

Yes I comment my serviceprovider and I run composer dump-autoload and I uncomment my serviceprovid...

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.