DbExporter icon indicating copy to clipboard operation
DbExporter copied to clipboard

Class 'Str' not found in src/Nwidart/DbExporter/DbMigrations.php on line 217

Open ryh opened this issue 9 years ago • 2 comments

Class 'Str' not found in src/Nwidart/DbExporter/DbMigrations.php#L217

fix:full namespace use

use Illuminate\Support\Str;

ryh avatar Nov 08 '15 15:11 ryh

You can fix this by adding a Str alias in your config/app.php

joshbrw avatar Dec 16 '15 22:12 joshbrw

this can work in your blade {!! \Illuminate\Support\Str::words($string->body, 10) !!}

damourcode avatar Dec 27 '16 20:12 damourcode