Support the ongoing development of Laravel.io →

eriksatie2013

Joined 12 Mar 2014

Statistics

Threads 4
Replies 5
Solutions 1
Articles 0

Return records only if id exists in another table

Hello, I have a table "names" like this: names: id | name and a table "bookmark"...

0 Likes
2 Replies

Collection vs array

Hello, I'm using a table pivot. Then I use a loop like this: foreach($ans as $a){ echo $a['name'...

0 Likes
0 Replies

A preg_replace() error during db insert

I don't know but it seems that Laravel suddenly doesn't want to insert my data. I receive this error...

0 Likes
0 Replies
posted 9 years ago

Session class doesn't work into my Facade

Hello, I've just create my own Facade and I'd like to handle sessions in my method, But when I try t...

0 Likes
5 Replies
Solved
replied 9 years ago

Return records only if id exists in another table

Thanks Ehesp, but I think the table "bookmark" is not like post -> comments.

0 Likes
replied 9 years ago

Session class doesn't work into my Facade

Oh, yes. Sure. Thanks psychonetic

0 Likes
replied 9 years ago

Session class doesn't work into my Facade

Solved, thanks thepsion5: namespace Yvoting\Services; use Session; class HelloWorld { public...

0 Likes
Solved
replied 9 years ago

Session class doesn't work into my Facade

Thanks for your reply. But How to use? I have namespace Yvoting\Services; class HelloWorld {...

0 Likes
replied 10 years ago

A global partial view in a Controller

Oh. Thanks all. I think diego1araujo reached my target. The package, instead, is too much for me. T...

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.