Tag: debugging

6 posts

M2: OPCache GUI - Updated for Latest Magento & PHP

M2: OPCache GUI - Updated for Latest Magento & PHP

The TCMP OPcache GUI module has been updated to support the latest versions of Magento, PHP, and Chart.js. View OPcache statistics directly in your Magento admin panel.

Debugging: Cannot add foreign key constraint

Debugging: Cannot add foreign key constraint

Backstory: I was working late to get a feature "working" before heading off to sleep. Somewhere in between autocomplete and matching definitions to Magento core

M2: OPCache GUI

M2: OPCache GUI

Now you can easily view the statistics for PHP OPcache in your Magento admin panel. TCMP OPcache GUI displays current memory usage / hit rate / configuration va

Utils: Laravel + phpDocs + Static Code Analysis

Utils: Laravel + phpDocs + Static Code Analysis

If you're using an IDE like PHP Storm then this is a necessity to your project: https://github.com/barryvdh/laravel-ide-helper More Reading: https://www.phpdoc.

M2: Debugging Playground continued..

M2: Debugging Playground continued..

After the last example of a bootstrapping Magento 2.x in a php file for some quick debugging I thought I'd clean things up a bit. Below is the same basic exampl

M2: Debugging Playground

M2: Debugging Playground

While I'm sure we all agree that your code should live inside an extension, it can be still helpful to interact with something a little more directly or isolate