Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.37 KB | None | 0 0
  1. <pre>
  2. $config = [
  3.     'path'       => 'files/images/captcha',
  4.     'text'       => 'My some text',
  5.     'expiration' => 60,
  6.     'font'       => 'app/fonts/simple.ttf',
  7.     'angle'      => 0,
  8.     'width'      => 300,
  9.     'height'     => 50,
  10.     'fontSize'   => 18,
  11.     'colors' => [
  12.         'text'       => [255, 200, 168],
  13.         'background' => [255, 255, 255]
  14.     ]
  15. ];
  16.  
  17. Captcha::create($config);
  18. </pre>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement