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.
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.
- Data Processing Management
- Transaction Management (Borrowing and Returning Books)
- Report Management
- 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
N+1 Problems
Cek branch "ver2". Branch ini memuat sistem tanpa fitur scan barcode buku dan beberapa penyederhanaan lainnya.
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
For suggestions and input on this system, please email valleryan1212@gmail.com