1. Go to this page and download the library: Download miranj/craft-cryptographer 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/ */
return [
// hashids
'hashidsMinLength' => 15, // pad output to fit at least a certain length
'hashidsAlphabet' => null, // use a custom alphabet, eg: 'abcdefghijklmnopqrstuvwxyz'
// legacy
'secret' => null, // defaults to using Craft's securityKey
];
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.