Web application for online tontine management.
A demo is available here.
After downloading this package, install the dependencies with Composer
.
composer install
php artisan key:generate
Set the database name and credentials in the .env
file.
Create the database tables.
php artisan migrate
Seed the database with the default data (user, country and currency).
php artisan db:seed
Configure the web server to publish files in the public
subdir, and display the page in your browser.