How do i change to dev mode from prod, so i can see errors?

I know i cant look in the error log but i also wanna see the stack trace info

enable debugging in your local.php file. If you are using CLI add -vvv to your commands.

1 Like

And use index_dev.php this gives you debug while browsing

2 Likes