The Library Information System (PerpusKu) 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 5 Central Bengkulu.
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
- Templating for header and footer
- Full CRUD Integrating
- Authentication from Laravel
- Paginations
- Search Data
N+1 Problems
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 [email protected]