RootDB is a self-hosted reporting webapp.
docker exec -it dev-rootdb-api bash
docker exec -u $(whoami) -it api php artisan db:wipe && docker exec -u $(whoami) -it api php artisan migrate && docker exec -u $(whoami) -it api php artisan db:seed
docker exec -u $(whoami) -it api php artisan test
docker exec -u $(whoami) -it api php artisan test tests/Feature/APIUserOrg1_AD_Org2_D_Org3_VTest.php
docker exec -u $(whoami) -it api php artisan test --filter=APIUserOrg1_AD_Org2_D_Org3_VTest
docker exec -u $(whoami) -it api php artisan test --filter=APIUserOrg1_AD_Org2_D_Org3_VTest::testApiConfConnectorFromOrganization2PrimeReactTreeDb
docker exec -u $(whoami) -it api php artisan test --filter=APIUserOrg1_AD_Org2_D_Org3_VTest::testApiConfConnectorFromOrganization*
docker exec -u $(whoami) -it api php artisan test --filter=testApiConfConnectorFromOrganization*
- Laravel IDEA or Laravel
- Tree of Usage
- DQL
- PHP Annotations
Use the MariaDB module, container IP of container rootdb-db-api
: 172.20.0.50