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: [
        'text-blue-800',
        'bg-blue-400/20',
        'text-yellow-800',
        'bg-yellow-400/20',
        'text-green-800',
        'bg-green-400/20',
        'text-zinc-800',
        'bg-zinc-400/20'
    ],