Ashleyt28 / library-management-system

:books: An automated library management system developed in Laravel 4.2 PHP MVC Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library Management System

An automated system to manage a public library. Admin panel for librarians to control and manage the system easily through an interactive interface.

Development

The backend of the system is developed on Laravel 4.2 PHP MVC Framework and requires PHP 5.6 with the appropriate MCrypt extension. The front end is built on Edmin Responsive Bootstrap Admin Template (Demo) which is built on Bootstrap v2.2.2 using jQuery and Underscore-Dot-JS

Setup

# PHP 5.6 and mcrypt extension are required for this project
apt-get update
apt-get install php5.6 php5.6-mcrypt
git clone https://github.com/prabhakar267/library-management-system.git
cd library-management-system
[sudo] chmod -R 755 app/storage
composer install
php artisan migrate
php artisan serve

Features

  • Librarians can be given their authorized login ID and password without which system can not be accessed.
  • Students can access only limited features, i.e., public access level features which include searching a book and student registration form
  • After logging in librarians can search for a book, book issue or a student from home panel itself
  • Librarians need to make an entry for new books, to automate the process they simply need to enter the number of issues and the Issue ID for each book issue would generate automatically
  • Another responsibility of a librarian is to make approve students because the documents are to verified (or some manual work) so they have a panel to simply approve / reject students and to view all approved students. The librarian ID also gets stored along with each approved/rejected student to keep a track for future.
  • The most important feature for any library is to issue and return books. A panel to view all outstanding logs and a super simple panel to issue and return books for all librarians


Feel free to contact me via email

About

:books: An automated library management system developed in Laravel 4.2 PHP MVC Framework

License:MIT License


Languages

Language:PHP 46.4%Language:CSS 23.4%Language:HTML 21.6%Language:JavaScript 8.6%