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:generateSet the database name and credentials in the .env file.
Create the database tables.
php artisan migrateSeed the database with the default data (user, country and currency).
php artisan db:seedConfigure the web server to publish files in the public subdir, and display the page in your browser.
