Posts by IanRodrigues • 3 points
2 posts
-
0
votes1
answer501
viewsQ: Laravel 5 - How to use Primary key in pivot table?
I have a question that came up now. You searched the forums, and I did not find anything like it. I have this scheme in my comic: users: id name ... products: id name ... product_user: id product_id…
-
0
votes0
answers80
viewsQ: Extending the Filesystem class in Laravel 5
I’m having some problems with the Filesystem class. To solve my problem, I want to change the put() function of this: public function put($path, $contents, $lock = false) { return…