StockPanel is a professional Inventory Management System built with Laravel 10, Bootstrap 5.3, PHP 8.1, and MySQL 8. It provides complete stock control, product management, purchasing, sales, and customer management modules in a clean, responsive dashboard. Fully documented, easy to customize, and ready for deployment.
Documentation
URL: https://wwcoders.net/inventory/documentationDemo Access
URL: https://inventory.wwcoders.netAdmin Login
Email: [email protected]
Password: 12345678
Manager Login
Email: [email protected]
Password: 12345678
Staff Login
Email: [email protected]
Password: 12345678
What You Receive
- Complete Laravel Project Source Code
- Database SQL File
- HTML Documentation Manual
- Future Free Updates
Notes
- Default password for all demo accounts: 12345678
- Please change admin password after installation
Features
Key Features
- Laravel 10 – Fully Clean MVC Structure
- Product, Category & Warehouse Management
- Inventory and Stock Tracking
- Supplier & Customer Modules
- Purchase & Sales (Invoice) Management
- Generate Purchase and Invoice PDFs
- Dynamic Dashboard with Charts & Analytics
- Role & Permission Management (RBAC)
- Fully Responsive – Desktop, Tablet, Mobile
- Dynamic Theme and Color Settings
- Clean UI and Modern Admin Panel
Requirements
Technologies Used
- Laravel 10.x
- PHP 8.1 or Higher
- MySQL 8 / MariaDB
- Bootstrap 5.3
- JavaScript / jQuery
Instructions
Laragon Installation (v8.1 / v8.2)
- Extract/Unzip the inventory-software-v1.0.zip folder to your web server directory.
- Create a MySQL database.
- Rename .env.example to .env and update your database credentials.
- Open terminal in project root and run:
- composer install
- php artisan key:generate
- php artisan migrate
- php artisan db:seed
- Open your project in browser:
Example: http://localhost/envato/...
Quick Installation (cPanel / Live Server)
- Extract/Unzip the inventory-software-v1.0.zip to your web server directory.
- Navigate to inventory-software-v1.0/source/inventory-version-1 and zip all files inside it.
- Login to your cPanel and go to directory: public_html/inventory.wwcoders.net
- Upload the zipped file and then extract it.
- Create a MySQL database, user, password, and import: source/database/inventory_soft_v1.sql
- Rename .env.example to .env and update database credentials.
- Open your project in browser:
Example: https://inventory.yoursite.com/