Support the ongoing development of Laravel.io →

[macro] Form::select() with optgroups based on model's field

Suppose you have a simple products table: id | name | category ....................... 1 | prod1 |...

0 Likes
1 Replies

About MVC in Laravel

Hello there, i'm new in laravel, also in MVC development and i want to ask for suggestion about the...

0 Likes
3 Replies
Solved
posted 10 years ago

New Laravel.IO Paste Bin Functionality

This stuff is so sick.. It's still in development, but Mitchell is knocking it out of the park.. Che...

0 Likes
11 Replies
posted 10 years ago

New Laravel Meetup in Louisville, KY USA

I'm a co-organizer for a recently created the Laravel User Group in Louisville Kentucky and would li...

0 Likes
0 Replies

Create new relationship between two models

Hi, I have two models : Sale.php <?php class Sale extends Eloquent { public function groups() {...

0 Likes
4 Replies
posted 10 years ago

Get a URI that has ? in it

Hi All, Im integrating Sagepay and after successful payment it returns a url like so: /success?crypt...

0 Likes
5 Replies

TestCase is not running correctly

Hi, I came across very weird issue for test cases. I have written test cases in laravel application....

0 Likes
0 Replies

Problem with database query (Surprisng Results)

HI all, I am New to laravel and learning going through laravel documentation and practicing side by...

0 Likes
3 Replies

whereHas for polymorphic relations

Hello, I'm trying to load an Eloquent model with a polymorphic relationship. I want to get Photos th...

0 Likes
0 Replies
posted 10 years ago

Laravel model metadata

Hello there is this old thread here: http://forumsarchive.laravel.io/viewtopic.php?pid=52059 Someone...

0 Likes
6 Replies
Solved

How to limit records from related tables?

Hi everyone! I'm new to laravel and I need some help with this problem. I have 2 tables posts and po...

0 Likes
4 Replies

Default blade style in folder

I was checking how Laravel io page is organized and saw thath main layout file (default.blade.php) i...

0 Likes
2 Replies
posted 10 years ago

about route configuration

When i set up Laravel in my pc(windows 8), i have a problem that i cannot access another page except...

0 Likes
0 Replies
posted 10 years ago

Eager Load with Limit / Take()

Hi guys i'm trying to Load all Collection with Items inside Collection with Eager Load but i only wa...

0 Likes
1 Replies

Basic routing question for get & posts to a controller

Hi, is there a better way to be doing this? I've got a bunch of sections within a user's profile tha...

0 Likes
5 Replies

"Prefix" all queries with a where clause

I'm buidling a SaaS and have added a client_id column to each of my tables. Now in my repositories,...

0 Likes
3 Replies

Eloquent: join on confition

Hi, I need to join one table into a query only if another condition is true. I try, using the exanpl...

0 Likes
4 Replies

Fix for "Undefined property: {ModelName}:$attributes" error

The old forums either had no solution for this, OR said the issue was solved by switching to file ca...

0 Likes
0 Replies

Rocketeer and new alias or service provider

I was wondering how you guys deal with a new service provider added to app.php before deploying a ne...

0 Likes
1 Replies
Solved

Laravel and view caching in development — can't see changes right away

When I update a view with different information, it would take almost 5 to 10 minutes before the vie...

0 Likes
4 Replies

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.

© 2024 Laravel.io - All rights reserved.