sneevilz
sneevilz
FFilament
Created by sneevilz on 9/13/2024 in #❓┊help
Filament DatePicker Widget
Thankyou!
5 replies
FFilament
Created by sneevilz on 9/13/2024 in #❓┊help
Filament DatePicker Widget
anyone?
5 replies
FFilament
Created by sneevilz on 9/11/2024 in #❓┊help
Navigation Group
alright, thank you..
10 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
It's okay, I did it on purpose 😊 anyway, thank you a lott
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
thankyou!
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
so the problem, is in the models?
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
alright, big thankss!
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
No description
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
lemme try
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
im also already change the Barang.php class to Barang
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
done
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
No description
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
create a fillable ?
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
then..?
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
No description
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
how sir..?
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
No description
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
sure
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class Barang extends Model
{
use HasFactory;

protected $guarded = [
'id',
'foto',
];
}
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class Barang extends Model
{
use HasFactory;

protected $guarded = [
'id',
'foto',
];
}
41 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
umm model?
41 replies