I can show you the Woooorld!
<?php
echo 'Ein paar nützliche Infos. :)';
?>
Wenn du Vagrant hast und Lust die Beispiele auszuprobieren, dann kannst du dich im "playground"-Ordner austoben!
-
Mit dem Terminal in das Verzeichnis wechseln:
cd playground
-
Vagrant starten:
vagrant up
Wenn du ddev kennst und liebst, dann:
-
Mit dem Terminal in das Verzeichnis wechseln:
cd playground-ddev
-
Ddev starten:
ddev start
-
Wenn alles erfolgreich durchlaufen ist: http://php-playground.local
-
PS: DDEV-Freunde: https://php-playground.local ;)