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

Eloquent : How to fetch parent table and child table in one time

Now i have product and productcategory table, and i want to show data from product and productcatego...

0 Likes
1 Replies
posted 11 years ago

Please help me ,Sending email

Hello everyone, So here, I have not managed to solve a small problem regarding sending email. Let me...

0 Likes
1 Replies

Check logged in status with JavaScript

Hi, Can we check if a user is logged in using JavaScript? I'm using Cartalyst Sentry. The ideal res...

0 Likes
3 Replies
Solved
posted 11 years ago

Pagination DB:select

I am working on a project that need to paginate postgresql queries. The problem is that I can't put...

0 Likes
0 Replies
posted 11 years ago

Form:: Button Styling

Is there a way to add a (fake) link to a Form:: Button? For some reasons the delete icon is not styl...

0 Likes
2 Replies
Solved

[Package] Artisan-Hash

I needed a simple way to hash and check passwords, so I built artisan commands that basically wrap L...

0 Likes
0 Replies
posted 11 years ago

Clean This.

I have a query and I have no idea how to simplify it or make sure it's correctly escaping data. I w...

0 Likes
0 Replies
posted 11 years ago

Scope functions passing $variable problem

Hello, I've got this: VIEW $days1 = implode(',', Input::get('days')); $tours = Tour::days($days1)-&g...

0 Likes
2 Replies
Solved
posted 11 years ago

Get list with created_at of one week ago. Carbon? Eloquent?

Hello, Lets say I have a list of Users. Each user has a created_at timestamp. What I want is: List...

0 Likes
1 Replies
posted 11 years ago

Json response character encoding

I can't seem to find an answer to this. When I return french characters in a json response they are...

0 Likes
3 Replies
Solved
posted 11 years ago

New to Laravel - need help with combining multiple SQL queries and passing to view

Hi I'm trying to get my head around Laravel so am trying out a pet project idea and have hit a roadb...

0 Likes
1 Replies
Solved

Timestamp columns not updating

I thought these columns got updated automatically but they're not. I don't know what I may be missin...

0 Likes
6 Replies
Solved

Pros and Cons of Laravel + Angular

I am in the planning stage of rebuilding our company CMS and we will definitely be using Laravel, bu...

0 Likes
11 Replies
Solved

New laravel 4 installation on Cloud9, showing blank page when viewing /public folder

I've installed Laravel 4 on Cloud9 (www.c9.io) and I can access a view directly like so: https://lar...

0 Likes
2 Replies
Solved

Using lists with eager loading

Hello! I'm trying to get "full_name" from the users table in the lists function like this:...

0 Likes
6 Replies
Solved

Foreign Keys Drop-down List

I have 2 tables: [CUSTOMERS] id, full_name, company_id [COMPANIES] id, company_name I already create...

0 Likes
3 Replies

Get Event Name when using wildcard listeners

Is there a way to get the name of an event that is firing when you're using a wild card listener? I'...

0 Likes
1 Replies
Solved

Caching relationships and table data

Throughout querying my database with the queries as the one below; Model::with('first','second','thi...

0 Likes
2 Replies
Solved

optgroup select box

I've found a few examples of using optgroup, but they all seem to be missing what i'm looking for In...

0 Likes
0 Replies

Override a value set in a View Composer

I have a view composer with some data being assigned default values, ie 'page_title'. In my controll...

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

© 2025 Laravel.io - All rights reserved.