PHP code example of revosystems / mojito

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

    

revosystems / mojito example snippets


    // All the colors are used for the PurchaseOrderStatus enum.
    safelist: [
        'bg-blue-400',
        'bg-yellow-400',
        'bg-red-400',
        'bg-gray-600',
        'bg-gray-300'
    ],