Shubham chugh
Shubham chugh
FFilament
Created by Shubham chugh on 4/27/2024 in #❓┊help
Help Needed: Unexpected Behavior in Laravel Filament with APP_DEBUG=true
fix after removing ""spatie/laravel-blade-comments" package
9 replies
FFilament
Created by Shubham chugh on 4/27/2024 in #❓┊help
Help Needed: Unexpected Behavior in Laravel Filament with APP_DEBUG=true
I noticed something that might be causing the problem. When the "app_debug" setting is set to true, the program loads '/livewire/livewire.js'. But when it's set to false, it loads '/livewire/livewire.min.js'. I'm not sure if this is what's causing the issue though. livewire: https://github.com/livewire/livewire/blob/14d59b01c7100de8018121b4b6ccd3c965fafe4f/src/Mechanisms/FrontendAssets/FrontendAssets.php#L20-L26
9 replies
FFilament
Created by Shubham chugh on 4/27/2024 in #❓┊help
Help Needed: Unexpected Behavior in Laravel Filament with APP_DEBUG=true
checked no issue with domain name with same protocol(https)
9 replies
FFilament
Created by Shubham chugh on 4/27/2024 in #❓┊help
Help Needed: Unexpected Behavior in Laravel Filament with APP_DEBUG=true
I tried using the website without SSL, but it still didn't work. I think the problem might be more about how Livewire and Nginx are set up.
9 replies
FFilament
Created by Shubham chugh on 5/3/2023 in #❓┊help
Need Help Creating a Publish At Field and Choosing a Category Package
No description
10 replies
FFilament
Created by Shubham chugh on 7/7/2023 in #❓┊help
spaite tags loading all tags
@Dan Harrin When I attempt to load the post resource, all post tags are also loading automatically. Given that there are a significant number of tags, it causes the browser tab to crash. Expected Behavior: Upon loading the Post Page, tags should not load automatically. When I initiate a search for tags, only a limited number of tag suggestions should appear.
6 replies
FFilament
Created by Shubham chugh on 7/7/2023 in #❓┊help
spaite tags loading all tags
any idea ?
6 replies
FFilament
Created by Shubham chugh on 5/10/2023 in #❓┊help
Dynamic Route
It is not related to filament, but it utilizes the spaite settings and Laravel request lifecycle
4 replies
FFilament
Created by Shubham chugh on 5/3/2023 in #❓┊help
Need Help Creating a Publish At Field and Choosing a Category Package
10 replies
FFilament
Created by Shubham chugh on 5/3/2023 in #❓┊help
Need Help Creating a Publish At Field and Choosing a Category Package
10 replies
FFilament
Created by Shubham chugh on 5/3/2023 in #❓┊help
Need Help Creating a Publish At Field and Choosing a Category Package
10 replies
FFilament
Created by Shubham chugh on 4/28/2023 in #❓┊help
spaite tags for filaments CURD operations
Thank you for your assistance in identifying the mistake. I need to include the trait "Use CreateRecord\Concerns\Translatable;" and "Use EditRecord\Concerns\Translatable;" in both the createRecord and editRecord.
5 replies
FFilament
Created by Shubham chugh on 4/21/2023 in #❓┊help
Request for a solution to store only the uploaded image name in the database using Filament
@Dan Harrin Thanks, it's working fine now. It was my mistake as I recently switched from Sail to Laradock and forgot to update the APP_URL.
6 replies