tahiryasin / bagisto-reports
Sales, Inventory, Shipping, Refunds and Inventory reports for Bagisto opensource.
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
This package is not auto-updated.
Last update: 2025-04-16 15:21:09 UTC
README
Sales, Inventory, Shipping, Refunds and Inventory reports for Bagisto opensource.
Automatic Installation
- Use command prompt to run this package
composer require tahiryasin/bagisto-reports
- Now open
config/app.php
and register reports provider.
'providers' => [ // Reports provider Tahiryasin\Reports\Providers\ReportsServiceProvider::class, ]
- Now run
php artisan config:cache
Manual Installation
- Download the zip folder from the github repository.
- Unzip the folder and go to your bagisto application path
package
and create a folder nameTahiryasin/Reports/
uploadsrc
folder inside this path. - Now open
config/app.php
and register Reports provider.
'providers' => [ // Reports provider Tahiryasin\Reports\Providers\ReportsServiceProvider::class, ]
- Now open composer.json and go to
autoload psr-4
.
"autoload": { "psr-4": { "Tahiryasin\\Reports\\": "packages/Tahiryasin/Reports/src" } }
- Now open the command prompt and run
composer dump-autoload
. - Now run
php artisan config:cache
- Now go to your bagisto super admin, you will find the
Reports/States
link underSettings
menu.
Troubleshooting
- if anybody facing after placing a order you are not redirecting to payment gateway and getting a route error then simply go to
bootstrap/cache
and delete all the cache files.
For any help or customisation https://scriptbaker.com or email us scriptbaker@gmail.com