Cench愛
Cench愛
FFilament
Created by Cench愛 on 1/28/2024 in #❓┊help
AttachAction problem with Relations?
Because it's one to many, not many to many. so it's panelS and group. Not panels and groups..
9 replies
FFilament
Created by Cench愛 on 1/28/2024 in #❓┊help
AttachAction problem with Relations?
Call to undefined method Illuminate\Database\Eloquent\Relations\HasMany::getQualifiedRelatedKeyName()
9 replies
FFilament
Created by Cench愛 on 1/28/2024 in #❓┊help
AttachAction problem with Relations?
When I call it "groups" I get another error.. 😄
9 replies
FFilament
Created by Cench愛 on 10/23/2023 in #❓┊help
Overlook-Plugin buggy?
if I change something in theme.css, it applies... so how's it not setup right?
19 replies
FFilament
Created by Cench愛 on 10/23/2023 in #❓┊help
Overlook-Plugin buggy?
// tailwind.config.js
import typography from '@tailwindcss/typography';
import forms from '@tailwindcss/forms';
import aspectRatio from '@tailwindcss/aspect-ratio';
import preset from './vendor/filament/support/tailwind.config.preset'

/** @type {import('tailwindcss').Config} */
export default {
darkMode: 'class',
presets: [preset],
content: [
"./resources/**/*.blade.php",
"./resources/**/*.js",
"./resources/**/*.vue",
"./node_modules/flowbite/**/*.js",
"./app/Filament/**/*.php",
"./resources/views/filament/**/*.blade.php",
"./vendor/awcodes/overlook/resources/**/*.blade.php",
],
theme: {
extend: {},
},
plugins: [
require('flowbite/plugin'),
typography,
forms,
aspectRatio
],
}
// tailwind.config.js
import typography from '@tailwindcss/typography';
import forms from '@tailwindcss/forms';
import aspectRatio from '@tailwindcss/aspect-ratio';
import preset from './vendor/filament/support/tailwind.config.preset'

/** @type {import('tailwindcss').Config} */
export default {
darkMode: 'class',
presets: [preset],
content: [
"./resources/**/*.blade.php",
"./resources/**/*.js",
"./resources/**/*.vue",
"./node_modules/flowbite/**/*.js",
"./app/Filament/**/*.php",
"./resources/views/filament/**/*.blade.php",
"./vendor/awcodes/overlook/resources/**/*.blade.php",
],
theme: {
extend: {},
},
plugins: [
require('flowbite/plugin'),
typography,
forms,
aspectRatio
],
}
now it is, I guess. Still the same in the dashboard
19 replies
FFilament
Created by Cench愛 on 10/23/2023 in #❓┊help
Overlook-Plugin buggy?
@import '/vendor/filament/filament/resources/css/theme.css';

@config 'tailwind.config.js';
@import '/vendor/filament/filament/resources/css/theme.css';

@config 'tailwind.config.js';
19 replies
FFilament
Created by Cench愛 on 10/23/2023 in #❓┊help
Overlook-Plugin buggy?
also got this.. so idk what else I could do
19 replies
FFilament
Created by Cench愛 on 10/23/2023 in #❓┊help
Overlook-Plugin buggy?
->plugins([
OverlookPlugin::make()
->sort(2)
->columns([
'default' => 1,
'sm' => 2,
'md' => 3,
'lg' => 4,
'xl' => 5,
'2xl' => null,
])
->includes([
\App\Filament\Resources\GroupResource::class,
\App\Filament\Resources\PanelResource::class,
]),
])
->widgets([
Widgets\AccountWidget::class,
//Widgets\FilamentInfoWidget::class,
OverlookWidget::class,
])
->plugins([
OverlookPlugin::make()
->sort(2)
->columns([
'default' => 1,
'sm' => 2,
'md' => 3,
'lg' => 4,
'xl' => 5,
'2xl' => null,
])
->includes([
\App\Filament\Resources\GroupResource::class,
\App\Filament\Resources\PanelResource::class,
]),
])
->widgets([
Widgets\AccountWidget::class,
//Widgets\FilamentInfoWidget::class,
OverlookWidget::class,
])
// tailwind.config.js
import typography from '@tailwindcss/typography';
import forms from '@tailwindcss/forms';
import aspectRatio from '@tailwindcss/aspect-ratio';

/** @type {import('tailwindcss').Config} */
export default {
darkMode: 'class',
content: [
"./resources/**/*.blade.php",
"./resources/**/*.js",
"./resources/**/*.vue",
"./node_modules/flowbite/**/*.js",
"./vendor/awcodes/overlook/resources/**/*.blade.php",
],
theme: {
extend: {},
},
plugins: [
require('flowbite/plugin'),
typography,
forms,
aspectRatio
],
}
// tailwind.config.js
import typography from '@tailwindcss/typography';
import forms from '@tailwindcss/forms';
import aspectRatio from '@tailwindcss/aspect-ratio';

/** @type {import('tailwindcss').Config} */
export default {
darkMode: 'class',
content: [
"./resources/**/*.blade.php",
"./resources/**/*.js",
"./resources/**/*.vue",
"./node_modules/flowbite/**/*.js",
"./vendor/awcodes/overlook/resources/**/*.blade.php",
],
theme: {
extend: {},
},
plugins: [
require('flowbite/plugin'),
typography,
forms,
aspectRatio
],
}
19 replies
FFilament
Created by Cench愛 on 10/23/2023 in #❓┊help
Overlook-Plugin buggy?
No description
19 replies
FFilament
Created by Cench愛 on 10/23/2023 in #❓┊help
Overlook-Plugin buggy?
I did, I guess..
19 replies