π Inventory management system for drugs π
$ cp .env.example .env
$ composer install
$ php artisan key:generate
$ touch database/database.sqlite
$ php artisan migrate --seed
$ php artisan serve
$ php artisan migrate:fresh --seed
$ php artisan down // Switch to maintenance mode
$ php artisan up // Switch to normal mode
Type | User ID | Password |
---|---|---|
admin | admin | password |
employee | employee | password |
seller | seller | password |
customer | customer | password |
- Employee has some of the authority of admin.