bagisto-eu/stock-notify is a Laravel package for receive email reports for low inventory stock.
It currently has 3 GitHub stars and 602 downloads on Packagist (latest version 1.1.0).
Install it with composer require bagisto-eu/stock-notify.
Discover more Laravel packages by bagisto-eu
or browse all Laravel packages to compare alternatives.
Last updated
With Stock Notify, you can take the guesswork out of managing your product stock levels.
This package revolutionizes the way you monitor your inventory by providing an automated solution for notifying you when your product stock reaches a predefined threshold.
No more last-minute stock shortages causing customer dissatisfaction or revenue loss.
Stock Notify seamlessly integrates into your Bagisto e-commerce platform and empowers you with real-time insights into your inventory health.
Key Features:
Say goodbye to manual stock monitoring and hello to proactive inventory management with Stock Notify. Elevate your e-commerce operations, eliminate stock-related uncertainties, and provide a superior shopping experience for your customers.
composer require bagisto-eu/stock-notify
After installing the package, execute the following command:
php artisan optimize
To enable timely notifications, you need to set up a cron configuration that runs the artisan schedule:run command every minute on your server.
This command is essential for executing the scheduled tasks that trigger Stock Notify notifications.
Here's an example of the cron configuration that you can add to your server's crontab:
* * * * * cd /path-to-your-bagisto-folder && php artisan schedule:run >> /dev/null 2>&1
Replace /path-to-your-bagisto-folder with the actual path to your Bagisto installation folder.
This configuration ensures that the scheduled tasks are executed every minute, enabling Stock Notify to function seamlessly.
Send a notification when products reach the threshold.