commit 36352310bc60bfb6c0c561196bf76f2ba6fcec5b Author: R. Eric Wheeler Date: Fri Jan 1 12:31:42 2021 -0800 Initial pages commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2103f76 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.php_cs +.idea/ +.php_cs.cache +vendor/ diff --git a/.php_cs.dist b/.php_cs.dist new file mode 100644 index 0000000..afe1118 --- /dev/null +++ b/.php_cs.dist @@ -0,0 +1,14 @@ +in(__DIR__) + ->exclude('var') +; + +return PhpCsFixer\Config::create() + ->setRules([ + '@Symfony' => true, + 'array_syntax' => ['syntax' => 'short'], + ]) + ->setFinder($finder) +; diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..53a7f24 --- /dev/null +++ b/public/index.html @@ -0,0 +1,6 @@ + + + + + +