Support the ongoing development of Laravel.io →
moinescumihai

moinescumihai

Joined 23 Nov 2014

Statistics

Threads 2
Replies 67
Solutions 8
Articles 0

route caching in laravel 5

Hello, I have a slight problem with route caching when using closures in the routes file. My routes....

0 Likes
1 Replies

using package only on local environment in Laravel 5

Hi, In Laravel 4.2, I was able to load a package only for my local development in config/local/app.p...

0 Likes
6 Replies
replied 10 years ago

Iterating over Nested Data

You could try getting all data in a collection. Check out the groupBy method in the collection objec...

0 Likes
replied 10 years ago

Laravel login functionality checking for an extra field with IN not =

At a first glance, your code should be working if (auth()->attempt(['email'=>request('email'),...

0 Likes
replied 10 years ago

Laravel 5.1 does not load .env file when deployed in the server

Run php artisan env in the command line in order to check your environment.

0 Likes
replied 10 years ago

Trying to do inner join and find/where not sure which to use, complete new laravel user

I recommend using the join clause before the where clause Also, if you have a one to many relationsh...

0 Likes
replied 10 years ago

Laravel 5 Installation tutorial? (Windows 8)

install laravel composer update php artisan migrate What is your error?

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.