Laravel 8 Hospital Stock Management System
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.
Screenshots
![Laravel Stock Management 01](https://quickadminpanel.com/blog/wp-content/uploads/2020/04/Screen-Shot-2020-04-07-at-12.24.57-PM.png)
![Laravel Stock Management 02](https://quickadminpanel.com/blog/wp-content/uploads/2020/04/Screen-Shot-2020-04-07-at-12.24.04-PM.png)
![Laravel Stock Management 03](https://quickadminpanel.com/blog/wp-content/uploads/2020/04/Screen-Shot-2020-04-07-at-12.24.18-PM.png)
![Laravel Stock Management 04](https://quickadminpanel.com/blog/wp-content/uploads/2020/04/Screen-Shot-2020-04-07-at-12.25.12-PM.png)
How to use
- 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 admin@admin.com - password
- For other users, doctors/directors, their email is in
users.email
field, and password is password
License
Basically, feel free to use and re-use any way you want.