I am developing my own module for Drupal on my local machine.
When I edit my code, the changes are not applied immediately. So, I go to "Module Administration" and uninstall and then reinstall the module. This uninstall-install-develop-repeat loop is slow and tedious.
Is there a better way to do this?
My module makes extensive use of the Drupal framework, so I'm not sure if its development exclusively in PHP is an option.
source
share