PHP code example of trendyminds / janitor
1. Go to this page and download the library: Download trendyminds/janitor 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/ */
trendyminds / janitor example snippets
/*
|--------------------------------------------------------------------------
| Replicator and Bard Set Preview Images
|--------------------------------------------------------------------------
|
| Replicator and Bard sets may have preview images to give users a visual
| representation of the content within. Here you may specify the asset
| container and folder where these preview images are to be stored.
|
*/
'set_preview_images' => [
'container' => 'uploads',
'folder' => '_janitor',
],