DbExporter
DbExporter copied to clipboard
Class 'Str' not found in src/Nwidart/DbExporter/DbMigrations.php on line 217
Class 'Str' not found in src/Nwidart/DbExporter/DbMigrations.php#L217
fix:full namespace use
use Illuminate\Support\Str;
You can fix this by adding a Str
alias in your config/app.php
this can work in your blade {!! \Illuminate\Support\Str::words($string->body, 10) !!}