IBrand product Toolkit: Laravel Database Logger, ibrandlaravel
The new retail e-commerce product of iBrand has become stable since its launch in September 2016, and has been initially tested by the market. It is particularly able to defend against high-concurrency transaction scenarios in the flash sales of residential e-commerce companies.
Next, our team will gradually open up some tools and solutions in use, and open-source e-commerce product code. You are welcome to follow our iBrand product.
Today we will introduce a small feature package Laravel database logger used in practical application scenarios :)
WhyFeature Installation
Composer require ibrand/laravel-database-logger :~ 1.0-vvv
Earlier than Laravel5.5
InConfig/app. php
Add 'providers 'in the file
IBrand \ DatabaseLogger \ ServiceProvider ::Class
Php artisan vendor: publish -- provider = "iBrand \ DatabaseLogger \ ServiceProvider"
Effect
Welcome to star and submit issue :)