Initial commit

This commit is contained in:
Daniel Brendel
2022-08-16 13:54:30 +02:00
commit 94353ac3c8
64 changed files with 32771 additions and 0 deletions

14
app/lang/en/app.php Normal file
View File

@ -0,0 +1,14 @@
<?php
/*
Asatru PHP - English language file
Extend this with your phrases
Set variables with {variable-name}
*/
return [
'welcome' => 'Welcome to the Asatru PHP framework',
'description' => 'You have successfully installed the Asatru PHP framework. You may now want to start developing your app. Consider the documentation located in /doc for help. Have fun with the framework!'
];