Skip to content
Advertisement

Tag: development-environment

PHP changes not showing up until Composer Update

I’m working on a cronjob that will delete products by last date updated. I’m seeing very strange Magento 2 behavior – the PHP file changes are not showing up until I update the repository and then run composer update. The store is in Development mode. Running via Docker-compose. During development on other plugins as soon as I do: The file

Codeigniter Environment setting

Codeigniter development environment is not setting. I always use this code in index.php. but i don’t understand why i am getting “production” as output while i am working on localhost. Answer That’s strange. It did the exact same thing for me. Could you try something like this?

Advertisement