PHP code example of anton-a46 / tinyfield
1. Go to this page and download the library: Download anton-a46/tinyfield 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/ */
anton-a46 / tinyfield example snippets
$form->tinyField('content');
$form->tinyField('tinyMultipleField');
$form->tinyField('content')->move('/uploader')->uniqueName();
$form->tinyField('tinyMultipleField')->thumbnail([
'medium' => [800, null],
'small' => [400, null]
])->move('/img')->uniqueName()->removable();
bash
php artisan vendor:publish --provider=anton-a46\tinyfield\TinyFieldServiceProvider