Support the ongoing development of Laravel.io →

Laravel Forge.

Hi guys, I am using laravel forge and it's awesome. However i ran into one problem. I created a serv...

0 Likes
0 Replies

Best way to create User Post relationship?

I have User and Post model. And my question is where to put method's like getAllMyCommentedPosts() o...

0 Likes
1 Replies

Individual layouts directory

Hi, I'm completely new to Laravel, working with it for maybe two or three days on a small/medium pro...

0 Likes
0 Replies

Laravel 4: Advanced routing issue

Hi everyone, I ran into an issue with subdomain routing configuration. Here is what I am trying to a...

0 Likes
4 Replies

Model: columns' names in uppercase on MySQL, a request for better solution

Hi, It's my first post and, in fact, isn't properly a question, but a request for suggestions becaus...

0 Likes
0 Replies
posted 9 years ago

value not displaying in blade

here's my code in my view <p><?php echo $remaining_seats[$event->id]; ?>{{ $remaining...

0 Likes
3 Replies
Solved

How to check if a specifc error is present in blade view?

I want to do something similar to this: <div class="{{ $errors->first('identifier') or 'h...

0 Likes
2 Replies

user images and profile image

How do you handle user images and profile pic? I have a table oft user images each row is an image a...

0 Likes
1 Replies
posted 9 years ago

Eloquent query to build HTML table and separate returned rows into Month Columns

Hey guys, I've got a form that gets used to perform an inspection. 1 Inspection is completed each mo...

0 Likes
0 Replies

Blade not outputting yield() correctly, and missing an asset()

Hi, Since moving an existing project from AWS to a new Forge spawned DigitalOcean server, it doesn't...

0 Likes
2 Replies
Solved

Symfony \ Component \ Debug \ Exception \ FatalErrorException Call to undefined method Illuminate\Database\Eloquent\Collection::save()

I am trying to call Eloquent's save() method on an existing record but getting an error from Illumin...

0 Likes
2 Replies
Solved
posted 9 years ago

Passing data from custom validator to error message

Hi, First of all - I might try to do something that isn't considered good practice. If so - please t...

0 Likes
0 Replies

Controller Route Not Found NotFoundHttpException

Hi, I'm new here. Trying to create a package with controllers in it. My package is created, route is...

0 Likes
1 Replies

Upgrade to 4.2 - DB Queries return nothing

$locations = Locations::find(1); // null $locations = Locations::all(); // [] $locations = Locations...

0 Likes
3 Replies

Ardent and forms with multiple models

I have a form that allows an admin to update a user. In this form, I have a multi-select for roles....

0 Likes
2 Replies

Get data from multiple input fields who are in a for loop

Ok the problem i have is the following one: (apoligize in advance for bad english xD) Im creating a...

0 Likes
4 Replies
Solved
posted 9 years ago

Trying to get property of non-object

i tried retrieving a single content using the id and passing the variable to the view, but it was te...

0 Likes
1 Replies
posted 9 years ago

host config in iron driver

In Laravel 4.2 i have two additional options in iron driver config: 'host' => '', 'encrypt' =>...

0 Likes
2 Replies
Solved
posted 9 years ago

singleton() vs bindShared() ??

I've already stared at the source code long enough and can't figure out the difference between these...

0 Likes
0 Replies
posted 9 years ago

[Intervention] - show image performance question

i am using Intervention package ( https://github.com/Intervention/image ) assume that things: got...

0 Likes
0 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.