Skip to content

Commit

Permalink
Add blog API
Browse files Browse the repository at this point in the history
  • Loading branch information
AchillesKal authored Apr 24, 2024
1 parent c907104 commit 1c3732f
Show file tree
Hide file tree
Showing 13 changed files with 983 additions and 37 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ DATABASE_URL="postgresql://app:[email protected]:5432/app?serverVersion=16&ch

DEFAULT_USERNAME=[email protected]
DEFAULT_PASSWORD=admin

###> nelmio/cors-bundle ###
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
###< nelmio/cors-bundle ###
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"php": ">=8.3.4",
"ext-ctype": "*",
"ext-iconv": "*",
"api-platform/core": "^3.2",
"babdev/pagerfanta-bundle": "^4.4",
"doctrine/dbal": "^3",
"doctrine/doctrine-bundle": "^2.11",
Expand All @@ -19,25 +20,32 @@
"intervention/image": "2.7.2",
"kornrunner/blurhash": "^1.2",
"liip/imagine-bundle": "^2.12",
"nelmio/cors-bundle": "^2.4",
"pagerfanta/doctrine-orm-adapter": "^4.3",
"pagerfanta/twig": "^4.3",
"phpdocumentor/reflection-docblock": "^5.4",
"phpstan/phpdoc-parser": "^1.28",
"runtime/frankenphp-symfony": "^0.2.0",
"stof/doctrine-extensions-bundle": "^1.10",
"symfony/asset": "7.0.*",
"symfony/asset-mapper": "7.0.*",
"symfony/clock": "7.0.*",
"symfony/console": "7.0.*",
"symfony/dotenv": "7.0.*",
"symfony/expression-language": "7.0.*",
"symfony/filesystem": "7.0.*",
"symfony/flex": "^2",
"symfony/form": "7.0.*",
"symfony/framework-bundle": "7.0.*",
"symfony/maker-bundle": "^1.56",
"symfony/mime": "7.0.*",
"symfony/monolog-bundle": "^3.0",
"symfony/property-access": "7.0.*",
"symfony/property-info": "7.0.*",
"symfony/runtime": "7.0.*",
"symfony/security-bundle": "7.0.*",
"symfony/security-csrf": "7.0.*",
"symfony/serializer": "7.0.*",
"symfony/stimulus-bundle": "^2.16",
"symfony/twig-bundle": "7.0.*",
"symfony/ux-autocomplete": "^2.16",
Expand Down
Loading

0 comments on commit 1c3732f

Please sign in to comment.