/home/techb158/ileadtechnology.com/vendor/realrashid/sweet-alert/docs
NameSizeModeActions
css/-0755rm
imgs/-0755rm
.nojekyll00644editdlrm
carbonad.js22360644editdlrm
changelog.md39550644editdlrm
config.md6140644editdlrm
credits.md7920644editdlrm
demo.md30410644editdlrm
enterprise.md6060644editdlrm
environment.md65940644editdlrm
helpers.md45920644editdlrm
index.html40720644editdlrm
install.md7040644editdlrm
middleware.md37100644editdlrm
README.md20500644editdlrm
sw.js30920644editdlrm
tutorial.md31160644editdlrm
usage.md16780644editdlrm
_coverpage.md3810644editdlrm
_sidebar.md5440644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/realrashid/sweet-alert/docs/demo.md (3041B)
## Alert Demo ##### Success Alert ``` php alert()->success('SuccessAlert','Lorem ipsum dolor sit amet.'); ```

SuccessAlert

##### Info Alert ``` php alert()->info('InfoAlert','Lorem ipsum dolor sit amet.'); ```

InfoAlert

##### Warning Alert ``` php alert()->warning('WarningAlert','Lorem ipsum dolor sit amet.'); ```

WarningAlert

##### Error Alert ``` php alert()->error('ErrorAlert','Lorem ipsum dolor sit amet.'); ```

ErrorAlert

##### Question Alert ``` php alert()->question('QuestionAlert','Lorem ipsum dolor sit amet.'); ```

QuestionAlert

##### Image Alert ``` php alert()->image('Image Title!','Image Description','Image URL','Image Width','Image Height'); ```

ImageAlert

##### Html Alert ``` php alert()->html('HTML example'," You can use bold text, links and other HTML tags ",'success'); ```

HtmlAlert

# Toast Demo > Set the Default Toast Position in `config/sweetalert.php` file OR use the `position()` helper method! ##### Success Toast ``` php toast('Success Toast','success'); ```

SuccessToast

##### Info Toast ``` php toast('Info Toast','info'); ```

InfoToast

##### Warning Toast ``` php toast('Warning Toast','warning'); ```

WarningToast

##### Question Toast ``` php toast('Question Toast','question'); ```

QuestionToast

##### Error Toast ``` php toast('Error Toast','error'); ```

ErrorToast