Manage the assets and their stock in hospitals: view for one hospital, with superadmin overseeing all hospitals and get notified of low amounts left, also seeing transactions history.
- Clone the repository with git clone
- Copy .env.example file to .env and edit database credentials there
- Run composer install
- Run php artisan key:generate
- Run php artisan migrate --seed (it has some seeded data for your testing)
- That's it: launch the main URL.
- You can login to adminpanel by going go
/login
URL and login with credentials [email protected] - password - For other users, doctors/directors, their email is in
users.email
field, and password is password
Basically, feel free to use and re-use any way you want.
- Check out our adminpanel generator QuickAdminPanel
- Subscribe to our YouTube channel Laravel Business
- Enroll in our Laravel Online Courses