Library is a Laravel application designed for managing school libraries. It allows teachers to take inventory of the various libraries and books available and easily check if a book is already present at the school.
-
Library Management
Create and manage multiple libraries to organize your book collections. -
Book Management
Add the books you own to your libraries, keeping track of your entire collection. -
Google Books API Integration
Automatically fetch detailed information (title, author, cover, etc.) for books using their barcode or ISBN. -
Widgets
Quickly check if a book is already in your collection with an easy-to-use search and scan widget. -
Library Sharing
Share your libraries with other users and collaborate on book collections. Set different permission levels (viewer, editor) to control access to your libraries.
See Configuring a shell alias to setup the sail command.
composer install
cp .env.example .env
sail up -d
sail artisan key:generate
sail artisan migrate --seed
sail npm install
sail npm run dev