1. Go to this page and download the library: Download wingly/pwinty 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/ */
wingly / pwinty example snippets
use Wingly\Pwinty\Orderer;
class User extends Authenticatable
{
use Orderer;
}
class VerifyCsrfToken extends Middleware
{
/**
* The URIs that should be excluded from CSRF verification.
*
* @var array
*/
protected $except = [
'pwinty/*'
];
}
bash
php artisan migrate
bash
php artisan pwinty:sign
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.