Skip to content
forked from lagdo/tontine

Web application for online tontine management

License

Notifications You must be signed in to change notification settings

aazizmoussa/adache

 
 

Repository files navigation

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.

About

Web application for online tontine management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 60.5%
  • Blade 26.0%
  • CSS 9.2%
  • JavaScript 4.3%