lara-izitoast.php 572 B

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: marvincollins
  5. * Date: 1/19/19
  6. * Time: 8:24 AM
  7. */
  8. return [
  9. 'titleColor' => '',
  10. 'messageColor' => '',
  11. 'titleSize' => '22',
  12. 'messageSize' => '17',
  13. 'titleLineHeight' => '',
  14. 'messageLineHeight' => '',
  15. 'transitionIn' => 'flipInX',
  16. 'transitionOut' => 'flipOutX',
  17. 'zindex' => null,
  18. 'closeOnClick' => true,
  19. 'timeout' => 5000,
  20. 'drag' => true,
  21. 'position' => "bottomRight", //bottomRight, bottomLeft, topRight, topLeft, topCenter, bottomCenter or center.
  22. 'progressBar' => true,
  23. ];