rez1dent3 / app-tech-task
Technical task
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.3
- ext-json: *
- ext-pdo: *
- ext-pdo_sqlite: *
- doctrine/orm: ^2.7
- fzaninotto/faker: ^1.9
- guzzlehttp/guzzle: ^7.0
- neomerx/json-api: ^4.0
- symfony/config: ^5.1
- symfony/dependency-injection: ^5.1
- symfony/dotenv: ^5.1
- symfony/expression-language: ^5.1
- symfony/http-kernel: ^5.1
- symfony/routing: ^5.1
- symfony/validator: ^5.1
- symfony/yaml: ^5.1
Requires (Dev)
- symfony/error-handler: ^5.1
Suggests
- ext-pdo_mysql: Required for Database MySQL
- ext-pdo_pgsql: Required for Database PostgreSQL
This package is auto-updated.
Last update: 2024-09-18 06:55:39 UTC
README
A simple example of working with symfony components.
- Vendor: rez1dent3
- Package: app-tech-task
- PHP Version: 7.4
- Based symfony components:
5.x
- Composer:
composer create-project --prefer-dist rez1dent3/rez1dent3/app-tech-task
[API Docs] [Demo] [Postman File]
Get started
Builds, creates and attaches to containers for a service.
docker-compose up -d
Creating a database schema.
docker-compose exec php composer docrtine:schema
It worked!
Supported by