1. Go to this page and download the library: Download livghit/laragrounds 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/ */
livghit / laragrounds example snippets
//add this to the Service Providers
LaragroundsServiceProvider::class;
//also add this to the tailwind.config.js under
<main>
//this sets the bg
<x-dotted-dark/>
<x-grid/>
//below this just add you're code
<div>HELOOO</div>
</main>