- PHP >= 8.1
e1d1561b-75f0-4aaf-bdd3-720e8895a3e0.mp4
The Loan Management software is a web-based application that helps manage and track loans efficiently. It provides features to streamline the loan application process, automate loan approvals, and monitor loan repayments. This README file provides an overview of the software and instructions for installation, configuration, and usage.
- Beautiful, User-friendly interface for managing loans, borrowers, and lenders
- Add different types of loans, their percentage and intrest cycle
- Add different types of wallets accounts such as expense wallet including expense categories for business expenses and loan wallet for loans payouts.
- Transfer funds from one wallet to the other e.g from loans wallet to the expense wallet
- Show all transactions history
- Loan application form with customizable fields to collect borrowers information and add borrower files.
- Automated loan approval process with customizable criteria and decision workflows.
- Loan repayment tracking and reminders for borrowers.
- Detailed loan reports and analytics for monitoring loan portfolios.
- Role-based access control to manage user permissions.
- Integration with external systems such as payment gateways and credit scoring services.
- Recieve loan agreement forms via email once the loan is approved automatically and compile the loan settlement form once the loan is settled
- View and Export Active Loans, Denied Loans, Pending Loans and Defaulted Loans
- Update Payments for loans
- Assign roles, assign permissions, revoke roles Etc
Please follow carefully the installation and use of this web framework of the Loan Management System for better utilisation of it. Do not skip any stage.
1. git clone https://github.com/chandachewe10/loan-management-system.git
2. composer update
3. copy .env.example .env and set DB Credentials
4. php artisan key:generate
5. php artisan migrate
create a super-admin user on the terminal by running the following script and follow the prompts
php artisan shield:super-admin
Finally run migrations for roles and permissions by running the following scripts on your cmd and accept the prompts
php artisan shield:install
Finally start the application as usual. Add /admin
to your localhost url to access the login page e.g if your localhost is http://127.0.0.1
then the login will be http://127.0.0.1/admin
Set up email notifications using [Mailtrap](https://mailtrap.io). Copy the mail credentials for your Laravel app from Mailtrap and update the corresponding settings in your `.env` file.
Contributions to the Loan Management software are welcome! If you have suggestions, bug reports, or feature requests, please submit an issue or a pull request on the GitHub repository.
The Loan Management software is open-source and released under the MIT License.