PHP code example of wemake180 / bagisto-wompi
1. Go to this page and download the library: Download wemake180/bagisto-wompi library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
wemake180 / bagisto-wompi example snippets
'modules' => [
// ... other modules
\Webkul\Wompi\Providers\WompiServiceProvider::class,
],
\Webkul\Wompi\Providers\WompiServiceProvider::class,
bash
php artisan migrate
php artisan config:cache
bash
cd /new-project
php artisan migrate
php artisan config:cache