- POS
- Orders
- Pending Orders
- Complete Orders
- Pending Due
- Purchases
- All Purchases
- Approval Purchases
- Purchase Report
- Products
- Customers
- Suppliers
-
Setup
# Go into the repository cd WEB-APP-ADMIN # Install dependencies composer install # Open with your text editor code .
-
.ENV Rename or copy the
.env.examplefile to.env# Generate app key php artisan key:generate -
Custom Faker Locale To set Faker Locale, add this line of code to the end
.envfile.# In this case, the locale is set to Indonesian FAKER_LOCALE="id_ID"
-
Setup Database Setup your database credentials in your
.envfile. -
Seed Database
php artisan migrate:fresh --seed
Note: If showing an error, please try to rerun this command.
-
Create Storage Link
php artisan storage:link
-
Run Server
php artisan serve
-
Login Try login with username:
adminand password:password