added README.md
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user