Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Daniel Covington cc7c328f7e init před 1 týdnem
app init před 1 týdnem
config init před 1 týdnem
database/migrations init před 1 týdnem
docker init před 1 týdnem
framework init před 1 týdnem
public init před 1 týdnem
resources init před 1 týdnem
storage init před 1 týdnem
tests init před 1 týdnem
.env.example init před 1 týdnem
.gitignore init před 1 týdnem
Dockerfile init před 1 týdnem
command.php init před 1 týdnem
composer.json init před 1 týdnem
composer.lock init před 1 týdnem
docker-compose.yml init před 1 týdnem
phpunit.xml init před 1 týdnem
readme.md init před 1 týdnem
server.php init před 1 týdnem

readme.md

Whoosh website

To run the local development server, try:

export PHP_ENV=prod && php -S 127.0.0.1:8000 -t .

To make requests with cURL, try:

curl -X DELETE http://127.0.0.1:8000/old-home

Powered by TurnKey Linux.