'main', /* |-------------------------------------------------------------------------- | Hashids Connections |-------------------------------------------------------------------------- | | Here are each of the connections setup for your application. Example | configuration has been included, but you may add as many connections as | you would like. | */ 'connections' => [ 'main' => [ 'salt' => env('APP_KEY'), 'length' => '32', // 'alphabet' => 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' ], 'alternative' => [ 'salt' => env('APP_KEY'), 'length' => '32', // 'alphabet' => 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' ], ], ];