$mapper->file not working
Opened this issue · 1 comments
milantestagena commented
When I add that field in Admin:
$mapper->file( 'name' )->location( $server_root );
when I go to Add new page I get this error:
Class 'KraftHaus\Bauhaus\Field\View' not found
Symfony\Component\Debug\Exception\FatalErrorException
…/vendor/krafthaus/bauhaus/src/KraftHaus/Bauhaus/Field/FileField.php92
henar commented
I found a solution and it worked for me:
include "use Illuminate\Support\Facades\File;" in file:
krafthaus/bauhaus/src/Krafthaus/Bauhaus/field/Filefield.php