Merhabalar Orchid Laravel admin paneli kullanıyorum. Şöyle bir sorun var. Resim Upload edince panelde önizlemesi gözükmüyor. Fotoğrafı ve kodları aşağı bırakacağım.
Post.php
`class AddHeroColumnForPostTable extends Migration
{
public function up()
{
Schema::table('posts', function (Blueprint $table) {
$table->string('hero')->nullable();
});
public function down()
{
Schema::table('posts', function (Blueprint $table) {
$table->dropColumn('hero');
});
}`
PostEditScreen.php
Cropper::make('post.hero')
->targetId()
->title('Large web banner image, generally in the front and center')
->width(1000)
->height(500),
Admin paneli gözükmesi gerek fotoğraf yeri https://imgur.com/a/eWEnTy4