| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
SIPUPS (e-Book Based Library Information System) is a digital platform designed to efficiently manage book lending in the form of e-books. Built using Filament v3.x on the Laravel 11.x framework, SIPUPS provides a modern and intuitive interface for administrators, officers, and visitors.
Key features include:
✅ Drag-and-drop functionality to upload book covers and PDFs.
✅ Authentication using filament/user.
✅ A responsive admin panel for seamless management.
Before running this project, make sure you have the following tools installed:
git clone https://github.com/dxnz-id/sipups.git
cd sipupscomposer install
npm installphp artisan storage:linkphp artisan key:generatephp artisan storage:linkphp artisan migrate
php artisan db:seedcomposer run devOpen your browser and visit:
http://localhost:8000/auth/login
You can log in using the following accounts:
| Role | Password | |
|---|---|---|
| Admin | admin@example.com | sipupslogin |
| Officer | officer@example.com | sipupslogin |
| Visitor | visitor@example.com | sipupslogin |
📌 Dashboard
📌 Books Management
📌 Category Management
📌 User Management
📌 Profile Settings
📌 Dashboard
📌 Books Management
📌 Category Management
📌 User List
📌 Profile Settings
📌 Dashboard
📌 Books Section
📌 Profile Settings
| Column | Type |
|---|---|
| id | Integer |
| title | String |
| author | String |
| publisher | String |
| published_at | Date |
| isbn | String |
| category_id | Integer |
| description | Text |
| covers | String |
| pdf_file | String |
| created_at | Timestamp |
| updated_at | Timestamp |
| Column | Type |
|---|---|
| id | Integer |
| name | String |
| String | |
| roles | String |
| email_verified_at | Timestamp |
| password | String |
| remember_token | String |
| created_at | Timestamp |
| updated_at | Timestamp |
| Column | Type |
|---|---|
| id | Integer |
| name | String |
| created_at | Timestamp |
| updated_at | Timestamp |
Other tables include sessions, permissions, roles, job batches, failed jobs, password resets, and more.
We welcome contributions! Please check out our Contribution Guidelines for more details on how to contribute.
For any inquiries, feel free to reach out!
| Back | FazBrowse Home | New Git URL |