condoedge / finance
Finance and accouning module to your kompo application
v0.0.25
2025-02-26 17:55 UTC
Requires
- php: ^7.3|^8.0
- kompo/auth: >=0.4
- laravel/framework: >=5.6.0
README
To seed the database with the initial data, run the following command:
php artisan db:seed --class=\\Condoedge\\Finance\\Database\\Seeders\\BaseSeeder
To seed the configuration data, run the following command:
php artisan db:seed --class=\\Condoedge\\Finance\\Database\\Seeders\\SettingsSeeder