bflip
bflip
FFilament
Created by bflip on 9/10/2024 in #❓┊help
How do you style page components?
No description
4 replies
FFilament
Created by bflip on 8/26/2024 in #❓┊help
single record edit
->model($this->user);
->model($this->user);
5 replies
FFilament
Created by bflip on 8/26/2024 in #❓┊help
single record edit
I think I somehow need to add a relation to the whole form?
5 replies
FFilament
Created by bflip on 4/2/2024 in #❓┊help
Bumped from 3 to 3.2 and getting Leage\Csv\Writer not found
Any ideas?
4 replies
FFilament
Created by bflip on 3/31/2024 in #❓┊help
Method Filament\Actions\ExportAction::table does not exist.
ugh, wrong import
3 replies
FFilament
Created by bflip on 11/27/2023 in #❓┊help
getUrl() must be of type array
Ugh, nvm. Just had to wrap it in brackets
4 replies
FFilament
Created by bflip on 10/12/2023 in #❓┊help
Vite not refreshing dashboard views
Filament::registerRenderHook('panels::head.end', fn(): string => Blade::render('@vite ( [\'resources/css/app.css\',\'resources/js/app.js\'])'));
Filament::registerRenderHook('panels::head.end', fn(): string => Blade::render('@vite ( [\'resources/css/app.css\',\'resources/js/app.js\'])'));
7 replies
FFilament
Created by bflip on 10/12/2023 in #❓┊help
Vite not refreshing dashboard views
I found this old V2 way, but not sure how to do it in V3?
Filament::serving(function () {
Filament::pushMeta([
(new Vite)(['resources/css/custom.css'])
]);
});
Filament::serving(function () {
Filament::pushMeta([
(new Vite)(['resources/css/custom.css'])
]);
});
7 replies
FFilament
Created by bflip on 10/12/2023 in #❓┊help
Vite not refreshing dashboard views
Added @vite('resources/css/app.css') to the base.blade.php file. Why wouldn't that be included by FilamentPHP dashboard? It's a TALL stack dashboard that doesn't let you use/compile tailwind classes in custom page views by default?? I'm so confused. Am I missing a standard way of making a custom page with tw classes?
7 replies
FFilament
Created by bflip on 10/12/2023 in #❓┊help
Vite not refreshing dashboard views
Even filamentPHP custom pages aren't compiling new tailwind classes.
7 replies
FFilament
Created by bflip on 10/12/2023 in #❓┊help
Vite not refreshing dashboard views
I am just so confused. It sees changes from a livewire component, but it doesn't compile CSS classes. Nor does it refresh the dashboard page - it refreshes the home page instead. Any ideas?
7 replies
FFilament
Created by bflip on 10/10/2023 in #❓┊help
How to setup Laravel Spark?
Also not seeing it within the Filament Demo
3 replies
FFilament
Created by bflip on 10/10/2023 in #❓┊help
Add global scope within Filament
nvm, fixed
5 replies
FFilament
Created by bflip on 10/10/2023 in #❓┊help
Add global scope within Filament
I basically just want to scope by user ID:
->where('user_id', auth()->id()
->where('user_id', auth()->id()
Just for filament pages
5 replies
FFilament
Created by bflip on 10/10/2023 in #❓┊help
Select Default not working
NVM, it's because I'm doing it wrong. No biggie
4 replies
FFilament
Created by bflip on 10/10/2023 in #❓┊help
Brand Logo not updating
Thanks!
15 replies
FFilament
Created by bflip on 10/10/2023 in #❓┊help
Brand Logo not updating
haha
15 replies
FFilament
Created by bflip on 10/10/2023 in #❓┊help
Brand Logo not updating
uuuuuugh, yes it switched to V2 on me
15 replies
FFilament
Created by bflip on 10/10/2023 in #❓┊help
Brand Logo not updating
logo.blade.php also doesn't appear to be working
15 replies
FFilament
Created by bflip on 10/10/2023 in #❓┊help
Brand Logo not updating
I just see the app name at th etop
15 replies