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

SELECT multi columns instead of SELECT * during authentication with Laravel 5

I am interested in to modify default sql while auth with Laravel 5. Laravel uses this sql for auth a...

0 Likes
1 Replies

Troubles with Arrays, Undefined offset: 0

I have a object ($project) in Blade. When I do a {{ var_dump($project) }} I get: object(stdClass)[60...

0 Likes
0 Replies

Site wide menu

Hello guys, I am newbie in Laravel (Laravel is very well framework) :-), firstly - I am so sorry for...

0 Likes
1 Replies
posted 9 years ago

Multiple subjoin in laravel

How can I use a structure of multiple join in laravel. An example Users::join ('articles', function...

0 Likes
2 Replies

Illegal offset type

Hey guys, I'm receiving this message when i install my project on GoDaddy hosting. picture If you gu...

0 Likes
1 Replies

Blade Helper Functions

I am having a hard time finding out how to add PHP helper functions in a Blade template. For example...

0 Likes
1 Replies
posted 9 years ago

Serializing Eloquent Model

Hi, I'd like to know if there is a way to serialize an eloquent model so I could, in the future dese...

0 Likes
2 Replies

Database Design Question

I built a simple CRUD app using Laravel that uses a single main table and Laravel's built-in user au...

0 Likes
0 Replies
posted 9 years ago

How to set different binding in a testing environment

Hi, I am trying to see how to best approach to bind a mock dependency when testing. Assume I have a...

0 Likes
1 Replies

Retrieving LDAP User List

I am using https://github.com/strebl/ldap-auth to authenticate my users against ldap. However my app...

0 Likes
1 Replies
posted 9 years ago

One to Many driving me crazy!

Hi I’ve followed all the Laravel documentation on relationships but am still having a problem. I hav...

0 Likes
1 Replies

Route group for any domain

Hi there, I would like to be able to use different routes within my application for different domain...

0 Likes
3 Replies

Form Input Datepicker - Only Month and Year?

I am wanting to add a datepicker to my form that only uses Month/Year. I'm currently using {...

0 Likes
2 Replies
Solved

Laravel - Cashier: Resume a single payment

Hello, is it possible to retrieve a single payment by the stripe id and so get all the data from the...

0 Likes
0 Replies

retrieve data from two foreign tables referenced in items table attached to user by pivot table

Maybe with this image I can make myself clear. I have the user table and the owned_items table The o...

0 Likes
5 Replies
posted 9 years ago

Eloquent Updating Database Row

I'm tying to do the following sql with eloquent model: but it does not work ;/ update account set ru...

0 Likes
1 Replies
Solved
posted 9 years ago

Start developing in 5.1 or wait for 5.2?

Hi, I'm starting a new project and I'd like to know whether I should start in Laravel 5.1 and then u...

0 Likes
3 Replies

Eloquent ORM randomly returning incorrect relationship

I have a Laravel app that powers an ecommerce website with moderate traffic. This website allows peo...

0 Likes
0 Replies
posted 11 years ago

Documentation for a REST API

Hi, I'm developping a REST API with Laravel 4 and I was wondering what were the best practices to ge...

0 Likes
13 Replies

hierarchy relation with same table and display as tree in blade

Hi This is my table of categories with parent id $table->increments('id'); $table->string('cat...

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