lagdo/tontine

The Laravel Framework.

Maintainers

Details

github.com/lagdo/tontine

Source

Issues

Installs: 144

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 3

Forks: 6

Open Issues: 3

Type:project


README

Scrutinizer Code Quality StyleCI

Latest Stable Version License

Siak Tontine

Web application for online tontine management.

Made with Laravel and Jaxon.

A demo is available here.

Installation

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.