Files
framework/README.md
T
2023-01-24 20:47:31 +00:00

21 lines
479 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 create-project ghost/urfat-bro new-project --repository '{"type": "composer","url": "http://192.168.0.9"}' --stability=dev
```