Life Insurance Management System in PHP

Subscribe YouTube For Latest Update Click Here

100 + PHP Projects with Source Code 

A dashboard website for a Life Insurance Company. Built using PHPMySQLHTMLCSS

Login, logout, session, multilevel access, image uploads are implemented here.Features

  • Agents can create clients
  • Agents can only edit and delete info of the client they created
  • Master Agent can create, update, delete all clients and agents info
  • Payment records and nominees can be added and managed by agents

Deploy on localhost

Assuming XAMPP is already installed in your local machine

  1. Clone into your xampp/htdocs folder
  2. Edit the lims/connection.php file with your database username and password
  3. Go to http://localhost/phpmyadmin
  4. Create a database named lims
  5. import the lims.sql file provided in database backup folder
  6. Go to http://localhost if you see a login page, it is working

Download Link