-
Updated
Oct 19, 2020 - PHP
laravel-6-package
Here are 46 public repositories matching this topic...
-
Updated
Oct 17, 2020 - PHP
-
Updated
Sep 7, 2020 - PHP
-
Updated
Sep 10, 2020 - PHP
-
Updated
Sep 7, 2020 - PHP
-
Updated
Sep 10, 2020 - PHP
-
Updated
Oct 2, 2020 - PHP
-
Updated
Mar 30, 2020 - JavaScript
-
Updated
Oct 18, 2020 - PHP
-
Updated
Apr 21, 2020 - PHP
-
Updated
Sep 15, 2020 - PHP
-
Updated
Jun 9, 2020 - PHP
-
Updated
Sep 12, 2020 - PHP
-
Updated
Oct 21, 2020 - PHP
-
Updated
Mar 29, 2020 - PHP
-
Updated
Oct 16, 2020 - PHP
-
Updated
Sep 8, 2020 - PHP
-
Updated
Sep 8, 2020 - PHP
-
Updated
Feb 14, 2020 - PHP
-
Updated
Oct 3, 2020 - PHP
-
Updated
Sep 22, 2020 - PHP
-
Updated
Oct 9, 2020 - PHP
-
Updated
Sep 16, 2020 - PHP
-
Updated
Nov 21, 2019 - PHP
-
Updated
Aug 12, 2020 - PHP
-
Updated
Jun 1, 2020 - PHP
-
Updated
Apr 4, 2020 - PHP
-
Updated
Feb 20, 2020 - PHP
Improve this page
Add a description, image, and links to the laravel-6-package topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the laravel-6-package topic, visit your repo's landing page and select "manage topics."
Describe the bug
cart() helper hit database query every time.
example:
protected function getCartDetails() { return [ 'items' => cart()->items($displayCurrency = true), 'totals' => cart()->totals(), ]; }
This function will hit database multiple times.
To Reproduce
Steps to reproduce the behavior: