Skip to content

tommoholmes/Laravel-Asset-Stock-Management

 
 

Repository files navigation

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


Laravel Stock Management 02


Laravel Stock Management 03


Laravel Stock Management 04


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.


More from our LaravelDaily Team

About

Laravel 7 demo project for managing stock in multiple hospitals. Partly generated with https://quickadminpanel.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 61.3%
  • Blade 38.2%
  • Other 0.5%