A webbased software for selling, buying, lending and maintaining forklifts build on Bienlein.
Create the database.
Copy the config.examle.php in app/config and name it config.php.
Open it with a text editor and make changes as you fancy, e.g. enter the login information for the database(s) used. Do not forget to choose a install passcode that is not the default one.
Create these folders and make them writeable to PHP:
In the app directory do:
composer install
This will create the vendor folder and install all dependencies needed.
You are good to go. Point your browser to your applications URL and start working.
Enjoy.