krafthaus / bauhaus

Laravel 4 Admin Generator
http://bauhaus.krafthaus.nl/
GNU General Public License v2.0
1 stars 0 forks source link

$mapper->file not working #70

Open milantestagena opened 9 years ago

milantestagena commented 9 years ago

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 9 years ago

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