I create a collection from result of a external webservice for calculate ships: $tipos = ['2' =>...
I've 3 models: User Order Billet User: DB: -id ... Model: public function orders() { return $t...
Hello. I am trying to install Laravel 5 via composer but I get the following error: Problem 1 -...
christoferd said: Reason for error is because your Collection only contains one array, "items&...
Firtzberg said: Not all collection are same. Your collection is of type Illuminate\Support\Collecti...
This collection (from cart package) works: object(Darryldecode\Cart\CartCollection)#236 (1) { [&qu...
Yes. But didn't work because not all orders have a billet. So everything is messy... basically I nee...
The Laravel portal for problem solving, knowledge sharing and community building.
The community