PHP code example of imanborumand / mlify

1. Go to this page and download the library: Download imanborumand/mlify 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/ */

    

imanborumand / mlify example snippets


Mlify::setParams(
      'this is title',
      'this is body', 
      ['post_id' => 1, 'index_img' => 'http://yourapp.com/custom.jpg']
    )->sendTo(['user token or list of tokens ']);
bash
php artisan vendor:publish --tag=mlify-config