Skip to content

rizalpahlevii/laravel-inventory

Repository files navigation

🚀 Laravel-Inventory By Rizalpahlevii

GitHub issues GitHub forks GitHub stars GitHub license

WHAT IS LARAVEL-INVENTORY?

Laravel-Inventory was made to manage Inventory in the School.

System Requirement

  • PHP Version 7.2 or Above
  • Composer
  • Git

Installation

  1. Open the terminal, navigate to your directory (htdocs or public_html).
git clone https://github.com/rizalpahlevii/laravel-inventory.git
cd laravel-inventory
composer install
  1. Setting the database configuration, open .env file at project root directory
DB_DATABASE=**your_db_name**
DB_USERNAME=**your_db_user**
DB_PASSWORD=**password**
  1. Install Project
php artisan install

You will get the administrator credential and url access like example bellow:

::Administrator Credential::
URL Login: http://localhost:8000/login
Email: admin@inventory.com
Password: 123456