1. Go to this page and download the library: Download hasnayeen/mdb 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/ */
hasnayeen / mdb example snippets
$content = '
# Welcome to my blog
<x-alert type="success">
This is a success message.
</x-alert>
<x-alert type="warning">
This is a warning message.
</x-alert>
<x-alert type="danger">
This is a danger message.
</x-alert>
';
Mdb::render($content);