Support the ongoing development of Laravel.io →

matiux

Joined 28 Feb 2014

Statistics

Threads 6
Replies 9
Solutions 0
Articles 0
posted 8 years ago

Lumen - response event

How can I intercept an event to handle Response? I need to handle response when the controller retur...

0 Likes
3 Replies

lumen - Fatal error: Class 'Memcached'

In a Lumen application, I need to work with more databases. So, according to documentation, I have c...

saif liked this thread

1 Likes
0 Replies

Laravel and Doctrine 2

Someone use laravel with doctrine 2? I tried with this package: https://github.com/mitchellvanw/lara...

0 Likes
1 Replies

Override pageName in pagination

Hi, I would like to rename the query string param 'page' in pagination engine. I have seen that the...

0 Likes
2 Replies

Query Builder to Eloquent

Hi, How can I convert this Query Builder Statement in Eloquent? return \DB::table('province')->jo...

0 Likes
5 Replies
replied 8 years ago

Lumen - response event

I have tried to register this service provider: use Illuminate\Support\Facades\Event; use Illumina...

0 Likes
replied 8 years ago

Lumen - response event

I would like to format my response with a transformer (like fractal), so, instead of putting the log...

0 Likes
replied 9 years ago

Laravel and Doctrine 2

For now I have solved it https://github.com/mitchellvanw/laravel-doctrine/issues/43 Some suggestion...

0 Likes
replied 9 years ago

Override pageName in pagination

I have found the setPageName() method but how can I use it ? this is my current code return $sites-&...

0 Likes
replied 10 years ago

Query Builder to Eloquent

I have try this: return self::with(array('regione', 'provincia'))->whereHas($relationNam...

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.