feat: add abstract classes for controllers, facades, and service providers with unit tests
Some checks failed
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Has started running
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Has been cancelled
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Has been cancelled
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Has been cancelled
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Has been cancelled
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Has been cancelled

This commit is contained in:
2025-10-15 19:44:57 -04:00
parent a7c86343e4
commit 54c656551e
28 changed files with 254 additions and 553 deletions

View File

@@ -38,7 +38,7 @@ You can access the api at `http://localhost:9501/`
xdebug needs to be built into the container before it will work
```shell
docker exec -it template-runtime-1 bin/xdebug.sh
docker exec -it php-template-composer-runtime-1 bin/xdebug.sh
```
### Install the dependencies