Support the ongoing development of Laravel.io →

skayablars

Joined 5 Nov 2015

Statistics

Threads 7
Replies 13
Solutions 5
Articles 0
posted 7 years ago

Mailable.php line 382: [] operator not supported for strings

Hello, I have a contact form, a contact mailable, and a contact mail view and a contact controller....

0 Likes
1 Replies
Solved

Access first data of a many to many relationsheep with eloquent

Hello, I have two models Person class Person extends Model { public function emails()...

0 Likes
2 Replies
Solved
posted 8 years ago

Delete request Jquery Ajax doesn't work

Hi, I have a button lets say it is in a div for simplicity Button <button rel="tooltip"...

0 Likes
3 Replies
Solved

One to One: Inverse relationship not working

I have two models Groups and Roles, i can fetch the groups of a role, but if i try to fetch de roles...

0 Likes
3 Replies
Solved

Querys to pivot tables

I didn't see in the documentation how to use eloquent for querys in the pivot table. Having: posts...

0 Likes
0 Replies
replied 7 years ago

Best practice to configure a master page for only one unique page on a site

Two master pages one with the links js headers footers and other with the home one.

0 Likes
replied 7 years ago

Mailable.php line 382: [] operator not supported for strings

Solved, you cant use a message variable because the mail classes use it.

nnaemeka liked this reply

1 Likes
Solved
replied 8 years ago

What to use when trying to layout a form?

Ummm I don't quite understand your question, but are you using <table> for layout? Well if you...

0 Likes
replied 8 years ago

Access first data of a many to many relationsheep with eloquent

I got it, my brain is not working properly lol. $person->emails->first()->email;

0 Likes
Solved
replied 8 years ago
0 Likes

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.