Inventory Management System with Laravel 10 and MySql.
- POS
- Orders
- Pending Orders
- Complete Orders
- Pending Due
- Purchases
- All Purchases
- Approval Purchases
- Purchase Report
- Products
- Customers
- Suppliers
- Clone Repository
git clone https://github.com/fajarghifar/inventory-management-system
- Go into the repository
cd inventory-management-system
- Install Packages
composer install
- Copy
.env
file
cp .env.example .env
- Generate app key
php artisan key:generate
- Setting up your database credentials in your
.env
file. - Seed Database:
php artisan migrate:fresh --seed
- Create Storage Link
php artisan storage:link
- Install NPM dependencies
npm install && npm run dev
- Run
php artisan serve
- Try login with email:
admin@gmail.com
and password:
password
-
Config Chart
Open file
./config/cart.php
. You can set a tax, format number, etc.For More details, visit this link hardevine/shoppingcart.
If you have any ideas to make it more interesting, please send a PR or create an issue for a feature request.
if you wana contribute to this project and add some features into it, here are some possable features you can add into this project..;)
https://chat.openai.com/share/48776dd2-3b91-4b93-b7b5-8a728d39df4f
Github @fajarghifar ยท Instagram @fajarghifar