PHP code example of wiebenieuwenhuis / filament-char-counter

1. Go to this page and download the library: Download wiebenieuwenhuis/filament-char-counter 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/ */

    

wiebenieuwenhuis / filament-char-counter example snippets


TextInput::make('title')->characterLimit(55),

Textarea::make('content')->maxLength(55),