1.1.1 Create Core Module Skeleton
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3538788. --> Reported by: [d34dman](https://www.drupal.org/user/751698) >>> <p>Create the main flowdrop module.</p> <ul> <li>Add flowdrop.info.yml, flowdrop.routing.yml, and flowdrop.services.yml.</li> <li>Configure PSR-4 autoloading in composer.json for Drupal\flowdrop\.</li> <li>Add src/ directory with subfolders for:</li> <li>Service/</li> <li>Attribute/</li> <li>Exception/</li> <li>Create a basic FlowdropServiceProvider if service overrides are needed.</li> </ul>
issue