Added tag endpoints

This commit is contained in:
Constantin Graf
2024-02-27 22:12:48 +01:00
parent 524dc0727d
commit a86e72f655
19 changed files with 824 additions and 138 deletions

View File

@@ -67,13 +67,16 @@
"@php artisan model:typer > ./resources/js/types/models.ts"
],
"ptest": [
"@php artisan test --parallel --colors=always --stop-on-failure"
"@php artisan test --parallel --stop-on-failure"
],
"test": [
"@php artisan test --colors=always --stop-on-failure"
"@php artisan test --stop-on-failure"
],
"test:coverage": [
"@php artisan test --coverage --colors=always --stop-on-failure"
"@php artisan test --coverage --stop-on-failure"
],
"test:coverage:report": [
"@php vendor/bin/phpunit --coverage-html=coverage"
],
"fix": [
"@php pint"