Skip to content

Commit

Permalink
Merge pull request #522 from craftcms/feature/new-modify-purchasables…
Browse files Browse the repository at this point in the history
…-table-event

Add `modifyPurchasablesTableQuery` example event code
  • Loading branch information
AugustMiller committed Jul 18, 2023
2 parents e737d9a + 55c6751 commit 66571e8
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 147 deletions.
4 changes: 4 additions & 0 deletions docs/4.x/extend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ Any time you’re working with PHP, [PhpStorm](https://www.jetbrains.com/phpstor

DDEV comes [pre-configured with xdebug](https://ddev.readthedocs.io/en/stable/users/debugging-profiling/step-debugging/), and can be connected to your IDE of choice to support breakpoints and step-debugging.

#### Debug Toolbar

Yii’s built-in [debug toolbar](repo:yiisoft/yii2-debug) is invaluable, especially while troubleshooting database queries, [events](events.md), and other performance issues.

#### Composer

If your journey with Craft so far has not involved [Composer](https://getcomposer.org), certain concepts (like namespacing and auto-loading) may present additional difficulty. Consider reviewing our article on using the [starter project](kb:using-the-starter-project), and try running [updates](../updating.md#composer) or installing a plugin with Composer.
Expand Down
Loading

0 comments on commit 66571e8

Please sign in to comment.