Log in Register

Laravel CRUD Demo Project

This project demonstrates CRUD operations using Laravel with a case study of book management. The project includes the following features:

  • CRUD for Categories: Manage book categories with create, read, update, and delete operations.
  • CRUD for Books: Manage books with create, read, update, and delete operations.
  • CRUD for Users: Manage users with create, read, update, and delete operations.

The project also includes two roles:

  • Admin: Has full access to all CRUD operations and can manage users and categories.
  • User: Limited access to manage users.

Default users for testing:

  • Admin: Email: admin@bukubook.com, Password: 4dm1n
  • User: Email: user@bukubook.com, Password: us3r
Laravel v10.48.4 (PHP v8.2.24)