1. Go to this page and download the library: Download jaghoub/izitools 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/ */
izitools()->izime('tosat', [
'title'=> 'Welcome to laravel Website Test !',
'message'=>'is simply dummy text of the printing and typesetting industry. ',
'color'=>'green',
'position'=>'center'
]);
---
or
---
izitools()->izime('modal', [
'title'=> 'Welcome to laravel Website Test !',
'iframe'=>true,
'iframeHeight'=>800,
'iframeURL'=>'http://izimodal.dolce.ninja'
]);
izitools::izime('tosat', [
'title'=> 'Welcome to laravel Website Test !',
'message'=>'is simply dummy text of the printing and typesetting industry. ',
'color'=>'green',
'position'=>'center'
]);
---
or
---
izitools::izime('modal', [
'title'=> 'Welcome to laravel Website Test !',
'iframe'=>true,
'iframeHeight'=>800,
'iframeURL'=>'http://izimodal.dolce.ninja'
]);