Simple Electric Billing Management System in PHP using Laravel 9 Free Source Code

Language

Introduction

This simple project is a Simple Electricity Billing System. This is a web-based application project developed in PHP, Laravel Framework, and MySQL Database. This project's main goal is to provide an automated and online billing platform for electricity consumers. This application allows the electric providers to store their clients' bills where clients can also list all their previous and current billing records and pay. This system has a pleasant user interface with the help of Bootstrap 5 Framework to give the end-users a better experience while using the web application. It also consists of user-friendly features and functionalities.

About the Simple Electricity Billing System

This project was developed using the following:

  • XAMPP
  • PHP version >= 8
  • Laravel 9 Framework
  • MySQL Database
  • HTML
  • CSS
  • JavaScript
  • Bootstrap 5 Framework

This Simple Electricity Billing System Project is accessible to both the management and the clients. It has 2 different user roles which are the Administrator and the Client. The Clients are required to register the system which requires them to fill in some relevant data such as their name, billing address, and connection ID. After their successful login, they will be redirected to the client's home page which shows their account details, current bill, list of bills, payment form, and download bill form. The clients can simply mark their pending bill to pay and download their current or previous bill.

This Simple Billing System was developed using the Laravel Framework version 9 which requires a minimum of PHP Version 8. The data on this application is being stored using the MySQL Database.

Features

Administrator

  • Create a New Bill for the Client
  • Update the Rate of Electricity consumption
  • Login and Logout

Clients

  • Login
  • Registration
  • Display Account Details
  • Displays Pending Bill
  • Pay Bill
  • List all Billing History
  • Download Bill
  • Login and Logout

The source code was developed only for educational purposes only. You can download the source code for free and modify it the way you wanted.

System Snapshots of some Features

Site Portal

Simple Electricity Billing System

Login Page

Simple Electricity Billing System

Registration Page

Simple Electricity Billing System

Admin Side

Simple Electricity Billing System

Clients Side

Simple Electricity Billing System

Client's Bill

Simple Electricity Billing System

How to Run ??

Requirements

  • Download and Install any local web server such as XAMPP.
  • Download the provided source code zip file. (download button is located below)

System Installation/Setup

  1. Open your XAMPP Control Panel and start Apache and MySQL.
  2. Extract the downloaded source code zip file.
  3. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create a new database naming ebs_db.
  6. Import the provided SQL file. The file is known as ebs_db.sql located inside the database file folder.
  7. Browse the Simple Electricity Billing System in a browser. i.e. http://localhost/laravel-ebs/public.

Default Admin Access:

Email: [email protected]
Password: admin123

DEMO VIDEO

That's it. You can now explore the features and functionalities of this Simple Electricity Billing System in PHP using Laravel 9 Framework. I hope this will help you with what you are looking for and you'll find something useful for your future projects.

Explore more on this website for more Free Source Codes and Tutorials.

Enjoy :)

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Add new comment