PHP code example of attract / laravel-jodit

1. Go to this page and download the library: Download attract/laravel-jodit 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/ */

    

attract / laravel-jodit example snippets


's3' => [
  'driver'     => 's3',
  'key'        => env('AWS_ACCESS_KEY_ID'),
  'secret'     => env('AWS_SECRET_ACCESS_KEY'),
  'region'     => env('AWS_DEFAULT_REGION'),
  'bucket'     => env('AWS_BUCKET'),
  'url'        => env('APP_URL') . '/storage',
  'endpoint'   => env('AWS_ENDPOINT'),
  'visibility' => 'public',
],

php artisan vendor:publish --provider="Do6po\LaravelJodit\Providers\JoditServiceProvider" --tag=config