rnb_dev
rnb_dev
FFilament
Created by rnb_dev on 7/4/2024 in #❓┊help
Why Filament Custom theme generating path like this in tw config 'is it bug or im doing it wrong'
all is ok! now its generating correctly in both windows and linux! all i have to do is update the version! I started my project about 2 week ago so I thought there is no need to update any packege! -_- sorry my bad!
8 replies
FFilament
Created by rnb_dev on 7/4/2024 in #❓┊help
Why Filament Custom theme generating path like this in tw config 'is it bug or im doing it wrong'
Although I fixed the problem by manually configure it! I will regenarate theme again after updating filament version in linux and windows and give you an update what is the situation
8 replies
FFilament
Created by rnb_dev on 7/4/2024 in #❓┊help
Why Filament Custom theme generating path like this in tw config 'is it bug or im doing it wrong'
my FIlament version is 3.2.29 and I work in both arch linux and windows for same project and this theme is generated when i was in windows !
8 replies
FFilament
Created by rnb_dev on 7/3/2024 in #❓┊help
Hi I want to change my panel appearance based on currently active tenant! But I'm facing a problem!
thanks for your help sir!
5 replies
FFilament
Created by rnb_dev on 6/23/2024 in #❓┊help
Can Anyone help me with policy ?
Ow your solution is better then chat gpt !
7 replies
FFilament
Created by rnb_dev on 6/23/2024 in #❓┊help
Can Anyone help me with policy ?
Ow thanks brother It is working! I didn't know laravel have this kind of function to guess policy class !! this is the code for my solution! Gate::guessPolicyNamesUsing(function (string $modelClass) { // Get the base name of the model class without the namespace $modelBaseName = class_basename($modelClass); // Determine the policy class namespace $policyNamespace = 'App\\Policies\\'; // Handle models in subdirectories by appending the subdirectory to the policy namespace if (Str::contains($modelClass, 'Models\\')) { $subDirectory = Str::between($modelClass, 'Models\\', '\\' . $modelBaseName); if (!empty($subDirectory)) { $policyNamespace .= str_replace('\\', '\\\\', $subDirectory) . '\\'; } } // Construct the full policy class name $policyClassName = $policyNamespace . $modelBaseName . 'Policy'; return $policyClassName; }); GENERATED BY CHAT GPT 🐸
7 replies
FFilament
Created by Comandante_COG on 6/21/2024 in #❓┊help
is there any plans for chunked upload files?
This maybe outside of filament! 50 gb is huge file so you need to use queue + ffmpge like package to create chunks!!
12 replies
FFilament
Created by rnb_dev on 6/15/2024 in #❓┊help
product->variants->attributes how to create fields for this
no body helped me yet again I feel so small btw if anyone interested the solution was I need to add repeater inside repeater define the relationship and everything just worked.
5 replies
FFilament
Created by rnb_dev on 6/14/2024 in #❓┊help
Can Anyone help me with Select Tree plugin!!
If Anyone was interested the solution was to add -> dehydrated(false) in the field
6 replies
FFilament
Created by rnb_dev on 6/14/2024 in #❓┊help
Can Anyone help me with Select Tree plugin!!
Okey ! Sorry I didn't know there Is channel related to plugins
6 replies