lagdo / tontine
The Laravel Framework.
Installs: 165
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 3
Forks: 8
Open Issues: 3
Type:project
Requires
- php: ^8.0.2
- ext-gmp: *
- ext-json: *
- akaunting/laravel-money: ^4.0
- chrome-php/chrome: ^1.8
- guzzlehttp/guzzle: ^7.2
- jaxon-php/jaxon-annotations: ^2.2
- jaxon-php/jaxon-core: ^4.8
- jaxon-php/jaxon-dialogs: ^4.1
- jaxon-php/jaxon-laravel: ^4.0
- laravel/fortify: ^1.17
- laravel/framework: ^9.19
- laravel/sanctum: ^3.0
- laravel/tinker: ^2.7
- league/iso3166: ^4.2
- mcamara/laravel-localization: ^1.8
- mydnic/laravel-kustomer: ^1.9
- propaganistas/laravel-phone: ^5.0
- rinvex/countries: ^9.0
- spatie/laravel-html: ^3.5
- spatie/laravel-validation-rules: ^3.2
- sqids/sqids: ^0.4.1
- umpirsky/country-list: ^2.0
- umpirsky/currency-list: ^1.1
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.8
- fakerphp/faker: ^1.9.1
- laravel-lang/common: ^3.1
- laravel/pint: ^1.0
- laravel/sail: ^1.0.1
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.1
- phpunit/phpunit: ^9.5.10
- spatie/laravel-ignition: ^1.0
- dev-main
- v4.x-dev
- v3.5.5
- v3.5.4
- v3.5.3
- v3.5.2
- v3.5.1
- v3.5.0
- v3.4.7
- v3.4.6
- v3.4.5
- v3.4.4
- v3.4.3
- v3.4.2
- v3.4.1
- v3.4.0
- v3.3.2
- v3.3.1
- v3.3.0
- v3.2.4
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.1
- v3.1.0
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.8.4
- v2.8.3
- v2.8.2
- v2.8.1
- v2.8.0
- v2.7.0
- v2.6.8
- v2.6.7
- v2.6.6
- v2.6.5
- v2.6.4
- v2.6.3
- v2.6.2
- v2.6.1
- v2.6.0
- v2.5.6
- v2.5.5
- v2.5.4
- v2.5.3
- v2.5.2
- v2.5.1
- 2.5.0
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.17
- v2.3.16
- v2.3.15
- v2.3.14
- v2.3.13
- v2.3.12
- v2.3.11
- v2.3.10
- v2.3.9
- v2.3.8
- v2.3.7
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.9
- v2.2.8
- v2.2.7
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.0
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.6.1
- v1.6.0
- v1.5.0
- v1.4.12
- v1.4.11
- v1.4.10
- v1.4.9
- v1.4.8
- v1.4.7
- v1.4.6
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
- v1.0-rc.2
- v1.0-rc1
This package is auto-updated.
Last update: 2024-11-09 18:26:29 UTC
README
Siak Tontine
Web application for online tontine management.
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.