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.
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.