bot
php
laravel
composer
sdk
telegram
telegram-bot
botkit
chatbot
bot-framework
laravel-package
php-sdk
laravel-5-package
composer-packages
telegram-bot-sdk
telegram-bot-api
laravel-telegram
laravel-bot
laravel-6-package
laravel-7-package
-
Updated
Jul 20, 2021 - PHP
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: