Hello, I have a table "names" like this: names: id | name and a table "bookmark"...
Hello, I'm using a table pivot. Then I use a loop like this: foreach($ans as $a){ echo $a['name'...
I don't know but it seems that Laravel suddenly doesn't want to insert my data. I receive this error...
Hello, I've just create my own Facade and I'd like to handle sessions in my method, But when I try t...
Thanks Ehesp, but I think the table "bookmark" is not like post -> comments.
Solved, thanks thepsion5: namespace Yvoting\Services; use Session; class HelloWorld { public...
Thanks for your reply. But How to use? I have namespace Yvoting\Services; class HelloWorld {...
Oh. Thanks all. I think diego1araujo reached my target. The package, instead, is too much for me. T...
The Laravel portal for problem solving, knowledge sharing and community building.
The community