2024-12-18 01:31:31 +01:00
2024-12-10 16:08:50 +01:00
2024-12-10 15:08:16 +01:00
2024-12-18 01:31:31 +01:00
2024-12-10 15:08:16 +01:00
2024-12-10 15:08:16 +01:00
2024-12-10 16:05:19 +01:00
2024-12-10 15:09:26 +01:00

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);
Description
No description provided
Readme 43 MiB
Languages
PHP 94%
CSS 2%
JavaScript 1.9%
Twig 1.6%
SCSS 0.3%
Other 0.1%