Posts

Showing posts from November 30, 2018

How to implement NFC to the Library management (System using PHP MySQL)?

Image
up vote 0 down vote favorite I need help. Can someone help me or show me some techniques on how to use NFC to be implemented on Library Management System. Methods: Student who would like to borrow a book, he/she must show their ID together with the book/s that they want to borrow. So the management just scans both of it using NFC methods to gather information of the borrower. The same method also goes through for those borrowers who would like to return their borrowed book/s. My ongoing library management system (using php and mysql) is still on hold and waiting for the mechanics on how to add NFC on it. Are there some additional codes in using NFC method for the system? Please click this Link to see the video for the NFC method that I would like to implement. Thank you in advance.

Multiple independent Laravel Nova Dashboards in different routes?

Image
up vote 0 down vote favorite I am interested if there is a way to generate multiple independent Laravel Nova dashboards within the same multi-auth application? Eg. Administrator Dashboard - {admin.example.com/nova/users} Member Dashboard = {example.com/nova/home} laravel-nova share | improve this question asked Nov 22 at 3:31 Stu 1 2 add a comment  |  up vote 0 do