pboivin
09/01/2021, 4:05 PMpboivin
09/01/2021, 4:09 PMifox
09/01/2021, 6:21 PMifox
09/01/2021, 6:21 PMpboivin
09/01/2021, 7:19 PMresources/views/vendor/image
, to fit how the package registers its views.Klief
09/01/2021, 7:38 PMpboivin
09/01/2021, 7:39 PMKlief
09/01/2021, 7:41 PMKlief
09/01/2021, 7:41 PMpboivin
09/01/2021, 7:43 PM'name' => 'photoblock'
in your medias
field to use your crop configurationKlief
09/01/2021, 7:44 PMKlief
09/01/2021, 7:46 PMpboivin
09/01/2021, 7:47 PM'block_editor' => [
'crops' => [
'single_image' => $single_image_crops,
'image_left' => $single_image_crops,
'image_right' => $single_image_crops,
],
...
],
Klief
09/01/2021, 7:48 PMifox
09/01/2021, 8:07 PMifox
09/01/2021, 8:08 PMCrops::SQUARE
Ivan Markov
09/01/2021, 8:47 PMShiftless
09/02/2021, 10:08 AMphp artisan package:discover
=> PHP Fatal error: Uncaught Error: Class "App\Exceptions\Handler" not found in /root/development/iu/repos/website-twill-academy-mvp/vendor/area17/twill/src/Exceptions/Handler.php:10
What are we doing wrong?ifox
09/02/2021, 10:11 AMapp/Exceptions/Handler.php
in your Laravel app?Shiftless
09/02/2021, 10:12 AM<?php
namespace App\Exceptions;
use A17\Twill\Exceptions\Handler as ExceptionHandler;
use Throwable;
class Handler extends ExceptionHandler
{
ifox
09/02/2021, 10:13 AMShiftless
09/02/2021, 10:15 AM"App\\": "vendor/orchestra/testbench-core/laravel/app"
ifox
09/02/2021, 10:16 AMtwill.bind_exception_handler
to false?Shiftless
09/02/2021, 10:16 AMifox
09/02/2021, 10:16 AMShiftless
09/02/2021, 10:16 AMShiftless
09/02/2021, 10:17 AMifox
09/02/2021, 10:17 AM