Installation
The installation of the Asatru PHP framework is easy and fast. There are two ways of installing the product:
It is encouraged to use Composer for the installation. You also need it for managing the frameworks dependencies. The project consists of an app skeleton and the framework itself along with its dependencies.Composer
In order to create a new project, run the following command:
composer create-project danielbrendel/asatru-php
This will create a new directory with all the required content.
Afterwards go into the created directory and run the command:
php asatru serve
Now open your browser and go to http://localhost:8000
and you should see the following welcome screen:
Download
Download
Click the button above to download the app skeleton.
Extract the archive into a folder and cd into it.
After that run the following command to install the dependencies:
composer install
Afterwards run the command:
php asatru serve
Now open your browser and go to http://localhost:8000
and you should see the following welcome screen: