
Inventory Management System – Laravel 7
The inventory management system is a web application that manages inventory and stock systems, sales, transactions for small businesses. Also, This application has a rich UI interface which provides valuable statistics about sales, products, income, expenses, and transactions.
Beginners as well as intermediate developers can learn a lot from it. In general, this application controls most of the activities of a small organization. Therefore, this program is simple as well as informative for a business that requires selling products.
Some features of inventory management system are:
- Register products, categories, receipts, users, and others.
- Reports and statistics on income and expenditure.
- Manage sales, payments, and transactions.
- View clients’ payment history.
Here are some snippets of the system:
Installation Steps:
git clone https://github.com/sanz/laravel-inventory.git
cd laravel-inventory
composer install
cp .env.example .env
php artisan migrate
php artisan key:generate
php artisan storage:link
php artisan serve
Alternatively, you can download project from here.
Enjoy learning and coding 🙂 and also be sure to check out our other projects as well.
missing file .env
this project didn’t wokr.
can you fix this please.
rename .env.example to .env
Good system with basic features. You can add more features like PDF generation, Profit & Loss report generation.
vendor folder is missing. what i can do ?
run “composer install”
if you composer installs before then you can open your cmd mode into the folder.In cmd mode,
you can run this command
composer update –no-scripts i
I think it will work and create a vendor folder in your project.
Thanks for your information.
i dont find database.sql
I think u should create a database. after creating a database u have to run
php artisan migrate command
What should be the database name?
What should be the database name?
Any name you want. You can set your database name in .env file `DB_DATABASE=inventory_db`
brother youtube lecture h is project ka ?
Salam Brother!
I have been modified your project by uploading CSV functionality.
your project is awesome…