An inventory management system designed specifically for tracking and managing tobacco products. The admin panel is built using Laravel and FilamentPHP to offer a streamlined solution for inventory control and product tracking.
- Track tobacco products and inventory in real-time
- Comprehensive product management tools
- Easy-to-use admin panel with FilamentPHP
- Inventory alerts for low stock
- Export data as CSV or PDF
- Clone the repository:
git clone https://github.com/devxathena/laravel-tobacco.git
- Install dependencies:
composer install npm install
- Configure your database and
.env
file.
Start the server:
php artisan serve
Access the admin panel at http://localhost/admin
.
- Laravel
- FilamentPHP
- PostgreSQL
This project is licensed under the MIT License.