New php helper for dockerized cli scripts
This commit is contained in:
5
app/index.php
Executable file
5
app/index.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
echo "Hello from php!" . PHP_EOL;
|
||||
$data = ['phpstorm', 'netbeans'];
|
||||
var_dump($data);
|
||||
$url = 'https://axenov.dev';
|
||||
2
app/subdir/file.php
Normal file
2
app/subdir/file.php
Normal file
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
echo 'Hello from subdir!';
|
||||
Reference in New Issue
Block a user