Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Daniel Covington cc7c328f7e init il y a 1 semaine
app init il y a 1 semaine
config init il y a 1 semaine
database/migrations init il y a 1 semaine
docker init il y a 1 semaine
framework init il y a 1 semaine
public init il y a 1 semaine
resources init il y a 1 semaine
storage init il y a 1 semaine
tests init il y a 1 semaine
.env.example init il y a 1 semaine
.gitignore init il y a 1 semaine
Dockerfile init il y a 1 semaine
command.php init il y a 1 semaine
composer.json init il y a 1 semaine
composer.lock init il y a 1 semaine
docker-compose.yml init il y a 1 semaine
phpunit.xml init il y a 1 semaine
readme.md init il y a 1 semaine
server.php init il y a 1 semaine

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.