siworks / slim3-siworks-skeleton
Simple implementation of Slim3 with Doctrine
dev-master
2017-10-15 23:09 UTC
Requires
- php: >=7.1
- doctrine/cache: ^1.6
- doctrine/common: ^2.6
- doctrine/doctrine-bundle: ^1.4
- doctrine/doctrine-migrations-bundle: ^1.0
- doctrine/migrations: ^1.3
- doctrine/orm: ~2.5
- monolog/monolog: ^1.17
- nesbot/carbon: 1.22.1
- ocramius/generated-hydrator: ^2.0
- php-http/guzzle6-adapter: ^1.1
- php-http/message: ^1.5
- ramsey/uuid-doctrine: ^1.2
- siworks/slim3-doctrine: dev-master
- slim/csrf: ^0.8
- slim/flash: ^0.1.0
- slim/slim: ^3.1
- slim/twig-view: ^2.0
- symfony/validator: 3.2
- twig/extensions: ^1.0
Requires (Dev)
- phpunit/phpunit: >=4.8 < 6.0
This package is auto-updated.
Last update: 2025-03-29 00:33:34 UTC
README
Installation
Clone the repository and access the directory:
$ git clone git@github.com:siworksit/slim3-siworks-skeleton.git && cd slim3-siworks-skeleton
If you don't have the container docker-hosts-updater
running, you can execute that:
$ docker run -d --restart=always --name docker-hosts-updater -v /var/run/docker.sock:/var/run/docker.sock -v /etc/hosts:/opt/hosts grachev/docker-hosts-updater
It will automatically map the hostnames of the containers to the corresponding IPs. This mapping can be done manually through the hosts of the machine.
Execute the composer:
$ docker-compose run --rm composer
Run the web service with docker-compose:
$ docker-compose up -d web
Create the schema to mysql:
$ docker exec -t dev-skeleton-web vendor/bin/doctrine orm:schema-tool:create
Access url http://dev.skeleton.siworks.com.br