PHP code example of b4mtech / laravel-umami
1. Go to this page and download the library: Download b4mtech/laravel-umami 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/ */
b4mtech / laravel-umami example snippets
@showUmami
<x-laravel-umami::umami />
@endshowUmami
bash
php artisan vendor:publish --provider="B4mtech\LaravelUmami\LaravelUmamiServiceProvider" --tag="umami-config"
bash
php artisan vendor:publish --provider="B4mtech\LaravelUmami\LaravelUmamiServiceProvider" --tag="umami-view-component"