Country & States CRUD GUI for Bagisto SAAS Super admin dashboard.
- Use command prompt to run this package
composer require tahiryasin/bagisto-countries
- Now open
config/app.php
and register stripe provider.
'providers' => [
// Countries provider
Tahiryasin\Countries\Providers\CountriesServiceProvider::class,
]
- Now run
php artisan config:cache
- Download the zip folder from the github repository.
- Unzip the folder and go to your bagisto application path
package
and create a folder nameTahiryasin/Countries/
uploadsrc
folder inside this path. - Now open
config/app.php
and register Countries provider.
'providers' => [
// Countries provider
Tahiryasin\Countries\Providers\CountriesServiceProvider::class,
]
- Now open composer.json and go to
autoload psr-4
.
"autoload": {
"psr-4": {
"Tahiryasin\\Countries\\": "packages/Tahiryasin/Countries/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
Countries/States
link underSettings
menu.
- 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