https://github.com/mahmoudsayed96/larapos
This is laravel admin lte pos
https://github.com/mahmoudsayed96/larapos
Last synced: 4 months ago
JSON representation
This is laravel admin lte pos
- Host: GitHub
- URL: https://github.com/mahmoudsayed96/larapos
- Owner: MahmoudSayed96
- Created: 2019-11-07T06:59:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T16:56:05.000Z (over 3 years ago)
- Last Synced: 2025-01-23T04:29:13.523Z (over 1 year ago)
- Language: HTML
- Size: 6.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# larapos
> This is laravel admin dashboard for Point Of Sale (POS) app.
## Steps to run app
* Clone/Download repo
* copy file example.env and rename it to .env and change database configurations
```php
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=larapos_db
DB_USERNAME=root
DB_PASSWORD=root
```
* Run migration to create tables and users`SuperAdmin and Admin`
> php artisan migrate:fresh --seed
* Run this command and go to `http://localhost:8000`
> php artisan serve
## Login as super admin
Email:
> super_admin@app.com
Password:
> asd123
# OR
## Login as admin
Email:
> admin@app.com
Password:
> asd123