New php helper for dockerized cli scripts

This commit is contained in:
2023-03-27 08:32:21 +08:00
parent 283bac61eb
commit fec161f77b
10 changed files with 187 additions and 13 deletions

5
app/index.php Executable file
View File

@@ -0,0 +1,5 @@
<?php
echo "Hello from php!" . PHP_EOL;
$data = ['phpstorm', 'netbeans'];
var_dump($data);
$url = 'https://axenov.dev';