An open API service indexing awesome lists of open source software.

https://github.com/devxathena/laravel-elibrary

Admin panel for managing digital library resources. Built with Laravel and FilamentPHP to support e-library systems.
https://github.com/devxathena/laravel-elibrary

admin-dashboard admin-panel-for-libraries digital-library digital-resource-admin-panel digital-resource-management digital-resources-manager e-library elibrary-filamentphp filamentphp filamentphp-admin laravel laravel-filament-elibrary library-management-system online-library-system php resource-management

Last synced: 3 months ago
JSON representation

Admin panel for managing digital library resources. Built with Laravel and FilamentPHP to support e-library systems.

Awesome Lists containing this project

README

        

# Laravel eLibrary Management

A digital library management system built with **Laravel** and **FilamentPHP**. This project focuses on managing digital resources, user access, and resource categorization with ease.

## Features
- Admin panel for managing digital library resources
- Categorize and manage e-books, journals, and other resources
- User access control and permissions
- Resource upload and download tracking
- Responsive design with FilamentPHP

## Installation
1. Clone the repository:
```bash
git clone https://github.com/devxathena/laravel-elibrary.git
```
2. Install dependencies:
```bash
composer install
npm install
```
3. Set up your `.env` file with your database information.

## Usage
Start the server:
```bash
php artisan serve
```
Access the admin panel at `http://localhost/admin`.

## Tech Stack
- Laravel
- FilamentPHP
- PostgreSQL

## License
This project is licensed under the MIT License.