Creating a new Module
# log into the Docker container
docker exec -it elentra-developer bash
# navigate to Elenta ME
cd /var/www/vhosts/elentra-1x-me
# navigate to the Elentra API
cd www-root/core/library/vendor/elentrapackages/elentra-1x-api
php artisan module:list+------+-------------+-------------+----------------------------------------------------------------+----------+
| # | Name | Slug | Description | Status |
+------+-------------+-------------+----------------------------------------------------------------+----------+
| 9001 | Assessments | assessments | API Endpoints for the Entrada Assessments | Enabled |
| 9001 | Logbook | logbook | This module is responsible for Logbook management. | Enabled |
| 9001 | User | user | REST API endpoints for the current user | Enabled |
| 9001 | Notices | notices | REST API Endpoints for Notices | Enabled |
| 9001 | Sandbox | sandbox | Example of a module that integrates into the Entrada frontend. | Enabled |
| 9001 | Locations | locations | Locations REST end point | Enabled |
| 9001 | Admissions | admissions | API Endpoints for the ADM flavor of Entrada | Disabled |
| 9001 | Clinical | clinical | This is the description for the Clinical module. | Enabled |
| 9001 | Events | events | Endpoint for events | Enabled |
| 9001 | Portfolio | portfolio | This module is responsible for Portfolio management. | Enabled |
+------+-------------+-------------+----------------------------------------------------------------+----------+


Last updated