LaravelDaily / Laravel-Asset-Stock-Management

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel 9 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


Languages

Language:PHP 61.4%Language:Blade 38.2%Language:Shell 0.3%Language:Vue 0.2%