https://github.com/mrbrunelli/php-exception
Trabalho de Tecnologias Emergentes | Faculdade Alfa
https://github.com/mrbrunelli/php-exception
composer docker docker-compose middleware php psr-4 psr-7 slim-framework
Last synced: about 2 months ago
JSON representation
Trabalho de Tecnologias Emergentes | Faculdade Alfa
- Host: GitHub
- URL: https://github.com/mrbrunelli/php-exception
- Owner: mrbrunelli
- Created: 2020-11-02T23:57:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T01:03:31.000Z (over 4 years ago)
- Last Synced: 2025-01-15T20:46:23.150Z (3 months ago)
- Topics: composer, docker, docker-compose, middleware, php, psr-4, psr-7, slim-framework
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Subir servidor
```php
php -S localhost:8080 -t public
```## Variáveis de ambiente
```php
ENV
BANCO_NOME
BANCO_USUARIO
BANCO_SENHA
BANCO_HOST
```