Support the ongoing development of Laravel.io →

reshadman

Joined 15 Feb 2014

Statistics

Threads 19
Replies 14
Solutions 1
Articles 0
posted 8 years ago

Pelastic ODM

Hi everyone, We came up to create an ODM for Elasticsearch what is your idea on that?. The need came...

0 Likes
0 Replies
posted 8 years ago

Caching Dependency Injection Container

What's your idea on caching heavy calculations of IoC Container into a file or a php config? Special...

0 Likes
0 Replies

[Package] Laravel 5 MongoDB Auth Driver

A native driver which uses Auth::extend and does not require any additional MongoDB related package....

0 Likes
0 Replies

Repository Responses

Hi everyone, What is your approach for repository methods responses ? returning Eloquent models or...

0 Likes
0 Replies

Better architecture for the process of searching results from an Elasticsearch server

I am refactoring one our search endpoints in our application. Number of Input parameters that effect...

0 Likes
0 Replies
replied 9 years ago

Coding php in laravel4.2 from UML2.0 diagrams & logic model designing to coding with laravel4.2 on UML2.0

Laravel performs as an access layer for your business, you can try to implement your UML usecase/cla...

0 Likes
replied 9 years ago

Laravel Repositories and Eloquent ORM.

We had a fight on this in our team :)) , finally we found out that by returning the eloquent model f...

0 Likes
replied 9 years ago

Deleting a Job from queue outside of worker

the $job->delete() method uses redis client zrem($listName, $job) to delete the job from redis ,...

0 Likes
replied 9 years ago

Retrieving primary key after row insertion

It is being set automatically after you save the model : $spot->id is available after you save or...

0 Likes
Solved
replied 9 years ago

Performance and Laravel Queues

Queue will sleep if there is no job in the the queue bag . you may also use Iron.mo with queue subs...

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.