1. Go to this page and download the library: Download sintex/sintex-layout 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/ */
sintex / sintex-layout example snippets
<x-sintex-layout-top-nav
title="Page Title"
header-text="Dashboard"
header-text-sm="This is the dashboard"
nav-bar-color="navbar-dark navbar-success"
brand-name="My Company"
text-sizing="text-md"
>
</x-sintex-layout-top-nav>