From 4699cdf68a5bbfb8ef28a5013f8c2ce5c1181842 Mon Sep 17 00:00:00 2001 From: matze Date: Tue, 10 Dec 2024 15:09:26 +0100 Subject: [PATCH] added README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..28acfabf --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +This is the development evironment for my farm_agrikern drupal module +# IMPORTANT: + Always delete all entities and uninstall module before creating a commit! +# Host site locally + php -S localhost:8080 -t web/ +# Update module entities + ./vendor/bin/drush entity-updates +# Reinstall module + ./vendor/bin/drush devel:reinstall farm_agrikern +# In case reinstall fails with: no such table {tablename} + CREATE TABLE {tablename} (id INT, deleted INT); \ No newline at end of file