Support the ongoing development of Laravel.io →

Add default value to checkbox array (php)

So the point is that the user needs to select a (few) month(s) by clicking the checkbox. Then when t...

0 Likes
3 Replies
Solved

Translate of SQL request

I have a complicate request that I hope translate with Eloquent ORM or with Query Builder, but I can...

0 Likes
2 Replies
Solved

Process parameters when generate url

I'd like to use hashids replace general numeric id. so i add a route bind in routes.php to decode ha...

0 Likes
3 Replies

Multiple domains & masking of the www.example.com/de with www.example.de

Hello. Have this question wondering. I have multiple domains, that I want to use for a certain langu...

0 Likes
0 Replies

override Auth::user() for all drivers

I just need to override Auth::user() for all the auth drivers. I don't think it's possible to use Au...

0 Likes
0 Replies

Extending Sentry

Hi guys, I'm using Sentry for my app. To get the user in the session controler I use : class SentryS...

0 Likes
2 Replies

Error in default migration zizaco/entrust

Hello everyone. I'm trying to install zizaco/entrust but are facing a problem in migrations, I think...

0 Likes
0 Replies
posted 11 years ago

How to check if @yield("example") is set or is empty?

In many blade subtemplates section "example" doesn't exitst. How to check in master blade...

0 Likes
0 Replies
posted 11 years ago

Getting Started with facebook SDK

Hi I'm trying to integrate facebook into a back end, enable the user to post to the companies facebo...

0 Likes
0 Replies

fluent query builder, mysql group issue

I have 3 tables: users, blogs, blogcomments. on the main blog page, i want to get the blog's title,...

0 Likes
0 Replies

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 11 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 11 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

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.