Support the ongoing development of Laravel.io →
posted 10 years ago

Relationship: User, Order and Billet in same loop (foreach) in the view.

I've 3 models: User Order Billet User: DB: -id ... Model: public function orders() { return $t...

0 Likes
2 Replies

getReminder redirect

Where can I adjust the redirect after a "/password/email" submit to the password controlle...

0 Likes
0 Replies
posted 10 years ago

Controller name in routes.php needs lowercase while it actual is Caps?

I am migrating from L4 to L5. The Controller I have is: class UserController extends Controller { W...

0 Likes
1 Replies
Solved

auth::attempt actually auto redirects?

I am using laravel dev ( 5.0 ) in my authcontroller.php I added the postLogin method and i have &l...

0 Likes
2 Replies

What is the purpose of setting Laravel loaded config while processing a request?

Hi, i am having some trouble trying to change a connection's database key on the fly to let a model...

0 Likes
0 Replies

Eloquent filtering relation

Hello, I'm new on Laravel, and I need some help to build this query. My clients have many contacts,...

0 Likes
2 Replies
Solved

cant fint mcrypt when i composer update .

i installed php via brew but still cant find solution. please help Loading composer repositories wit...

0 Likes
3 Replies

StyleCI - The PHP Coding Style Continuous Integration Service

Yeh guys! Checkout StyleCI https://styleci.io/, written in Laravel 5: https://github.com/StyleCI. We...

0 Likes
0 Replies
posted 10 years ago

Multi User Middleware

Hi, I am trying to implement multiple user types using laravel 5. My general idea is to have a users...

0 Likes
0 Replies

Laravel version notes and updates

Hi, I am new to Laravel. I installed Laravel 5 for testing few days ago. Today I updated composer (c...

0 Likes
5 Replies

[Laravel 5] Reminders table

Hello Does laravel 5 have an artisan command for making the reminders table? I've tried what I've fo...

0 Likes
1 Replies

Mapping laravel homestead folders and app

I managed to install laravel homestead on windows 7 and all seems to work correctly. Yet, I fail to...

0 Likes
0 Replies

Laravel lang from another path

Hello there. I want to create a multi site with multi languages support. All`s good for now: i cre...

0 Likes
1 Replies
posted 10 years ago

How to use {{-- --}} Blade comments with L5 if keeping the L4-style output/escaping tags?

I find that a lot of the output I do in my views shouldn't be or doesn't need to be escaped. After...

0 Likes
0 Replies
posted 10 years ago

Cache a View with dynamic content

I am trying to work out how to cache a blade view, that has dynamic data. My concept is this: I have...

0 Likes
0 Replies

eager loading on polymorphic relation

Hi there. Here is my problem I have an eloquent model called Notification with a polymorphism relati...

0 Likes
6 Replies

L4 - unable to get custom pagination to render

I have a view in (inbox/pagination.blade.php) Here is the contents @if($paginator->getLastPage()...

0 Likes
0 Replies
posted 10 years ago

Best practice for making specific data accessible across all controllers

Currently I am working on a multi site platform on Laravel 5. When a user accesses the site, the set...

0 Likes
6 Replies
Solved
posted 10 years ago

How to create your custom login method

Hello, How do I create my own custom login method? I know that extending a trait is not posible. htt...

0 Likes
2 Replies
posted 10 years ago

polymorphic relationships and laravel - two messaging systems

I am building a specific kind of messaging system. A user can message a user. A user can message a c...

0 Likes
6 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.

© 2025 Laravel.io - All rights reserved.