Files
framework/README.md
T
2023-02-02 22:38:41 +00:00

24 lines
531 B
Markdown

# Urfat
A less painless framework.
```
//For some good good execute in the terminal
php bootstrap/php /core/generator
```
```
php -S localhost:8000
```
```
docker run -d -p 8080:80 -v /var/www/html/urfatBro:/var/www/html urfatbro
```
```
https://stackoverflow.com/questions/58604454/how-to-invoke-composer-create-project-on-a-private-repo
composer config -g secure-http false
composer create-project inforsistemas/urfat-bro urfatBro --repository '{"type": "composer","url": "https://satis.infor.app.br"}' --stability=dev
```