https://github.com/paley777/siperpus
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.
https://github.com/paley777/siperpus
laravel laravel-framework website
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/paley777/siperpus
- Owner: paley777
- Created: 2022-06-16T05:56:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T15:40:58.000Z (almost 2 years ago)
- Last Synced: 2025-04-18T07:51:23.095Z (about 1 year ago)
- Topics: laravel, laravel-framework, website
- Language: Blade
- Homepage:
- Size: 19.8 MB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README

[](https://github.com/paley777/siperpus/actions/workflows/codeql-analysis.yml)
# 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
```bash
git clone https://github.com/paley777/siperpus.git
```
Go to the project directory
```bash
cd siperpus
```
Install dependencies
```bash
composer install
```
Delete Cache
```bash
php artisan cache:clear
```
Generate Laravel Key
```bash
php artisan key:generate
```
Make Storage Link
```bash
php artisan storage:link
```
Migrate
```bash
php artisan migrate
```
Start the server
```bash
php artisan serve
```
## Screenshots

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