diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..d9a0984 --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +#SIGNING_KEY= + +#APP_TITLE="TempestPHP" +#APP_LOGO="/img/TempestPHP-256.png" +APP_LOGO="/img/TempestPHP-1024.png" diff --git a/.gitignore b/.gitignore index dd5c56e..3978cf3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ vendor/ log/ *.local.config.php *.dev.config.php +composer.lock diff --git a/app/home.view.php b/app/home.view.php index bfa3931..e9b24eb 100644 --- a/app/home.view.php +++ b/app/home.view.php @@ -1,27 +1,28 @@ - -
+ +
+ {{ $title }} -

Tempest

-

The PHP framework that gets out of your way.

+

Tempest

+

The PHP framework that gets out of your way.

- Documentation - + Documentation + Join our Discord diff --git a/public/img/TempestPHP-1024.png b/public/img/TempestPHP-1024.png new file mode 100644 index 0000000..89dc3e9 Binary files /dev/null and b/public/img/TempestPHP-1024.png differ diff --git a/public/img/TempestPHP-256.png b/public/img/TempestPHP-256.png new file mode 100644 index 0000000..30bb23a Binary files /dev/null and b/public/img/TempestPHP-256.png differ