Skip to content

Website-based Library Information System with the Laravel 8 framework. Has data management features, loan and return transaction features, export recapitulation in PDF form, generate and scan book barcodes.

Notifications You must be signed in to change notification settings

paley777/siperpus

Repository files navigation

Logo CodeQL

Library Information System (SIPerpus)

The Library Information System (SIPerpus) is a website-based system with the Laravel 8 Framework. SIPerpus functions to make things easier library management. This system takes the case of the library at SMP Negeri 1 Bengkulu City.

Integration

Apart from using Laravel 8, this system also integrates the Framework Bootstrap as front-end. This system uses SQL database and in The development uses MySQL Workbench software.

User Features

  • Data Processing Management
  • Transaction Management (Borrowing and Returning Books)
  • Report Management

System Features

  • Laravel 8
  • Using Eloquent from Laravel
  • Templates for headers and footers
  • Full CRUD integration
  • Authentication from Laravel
  • Upload and Update Images
  • Generate and scan barcodes
  • Pagination
  • Search Data
  • Import Data via Spreadsheet

Optimalisasi

N+1 Problems

Side Version

Cek branch "ver2". Branch ini memuat sistem tanpa fitur scan barcode buku dan beberapa penyederhanaan lainnya.

Run Locally

Clone the project

  git clone https://github.com/paley777/siperpus.git

Go to the project directory

  cd siperpus

Install dependencies

  composer install

Delete Cache

  php artisan cache:clear

Generate Laravel Key

  php artisan key:generate

Make Storage Link

  php artisan storage:link

Migrate

   php artisan migrate

Start the server

   php artisan serve

Screenshots

App Screenshot

Suggestion

For suggestions and input on this system, please email valleryan1212@gmail.com

About

Website-based Library Information System with the Laravel 8 framework. Has data management features, loan and return transaction features, export recapitulation in PDF form, generate and scan book barcodes.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published