A digital library management system built with Laravel and FilamentPHP. This project focuses on managing digital resources, user access, and resource categorization with ease.
- 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
- Clone the repository:
git clone https://github.com/devxathena/laravel-elibrary.git
- Install dependencies:
composer install npm install
- Set up your
.env
file with your database information.
Start the server:
php artisan serve
Access the admin panel at http://localhost/admin
.
- Laravel
- FilamentPHP
- PostgreSQL
This project is licensed under the MIT License.