Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rizalpahlevii/laravel-inventory
Inventory system laravel
https://github.com/rizalpahlevii/laravel-inventory
ajax bootstrap4 inventory javascript jquery laravel robots
Last synced: about 1 month ago
JSON representation
Inventory system laravel
- Host: GitHub
- URL: https://github.com/rizalpahlevii/laravel-inventory
- Owner: rizalpahlevii
- Created: 2020-01-14T07:51:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:12:21.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T08:57:43.635Z (almost 2 years ago)
- Topics: ajax, bootstrap4, inventory, javascript, jquery, laravel, robots
- Language: Blade
- Size: 17.8 MB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## :rocket: Laravel-Inventory By Rizalpahlevii
[![GitHub issues](https://img.shields.io/github/issues/rizalpahlevii/laravel-inventory)](https://github.com/rizalpahlevii/laravel-inventory/issues)
[![GitHub forks](https://img.shields.io/github/forks/rizalpahlevii/laravel-inventory)](https://github.com/rizalpahlevii/laravel-inventory/network)
[![GitHub stars](https://img.shields.io/github/stars/rizalpahlevii/laravel-inventory)](https://github.com/rizalpahlevii/laravel-inventory/stargazers)
[![GitHub license](https://img.shields.io/github/license/rizalpahlevii/laravel-inventory)](https://github.com/rizalpahlevii/laravel-inventory)## 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).
```bash
git clone https://github.com/rizalpahlevii/laravel-inventory.git
cd laravel-inventory
composer install
```2. Setting the database configuration, open .env file at project root directory
```
DB_DATABASE=**your_db_name**
DB_USERNAME=**your_db_user**
DB_PASSWORD=**password**
```3. Install Project
```bash
php artisan install
```
You will get the administrator credential and url access like example bellow:
```bash
::Administrator Credential::
URL Login: http://localhost:8000/login
Email: [email protected]
Password: 123456```