vas
Accessing resource from resource manager link
hi i have an OrderResource and an OrdersRelationManager
the OrderResource has a view page that is displayed when clicked
i would like from the table view when i click the order from the relation manager view to take me to the actual OrderResource view page
Any tips on how to achieve this ? thanks
5 replies
Attempted to lazy load [payment] on model [App\Models\Order] but lazy loading is disabled.
i have the following action in the OrderResource
as you can see im trying to pass the payment to that route
normally i would have
how can i achieve this in filament
Thank you
5 replies
make all tailwind classes available
Hi i have a custom infolists component which is a table and not many of the tailwind classes work
like bg-gray-100 would work but if i change it to something else it wont
i have created a new theme and reg like this
am i missing something ? thanks
22 replies
Restrict user access to different panels based on roles
i have 2 panels one is the default admin one and second one lets call it superadmin
i would like to restrict access to admin only for the users that is_admin returns true for example and is_superadmin for superadmin
15 replies
file upload size
hi any idea why i can't upload files more than 1MB in production using filepond
i have set upload_max_filesize 100M 100M
post_max_size 100M 100M
'rules' => 'max:200000', // Example: ['file', 'mimes:png,jpg'] | Default: ['required', 'file', 'max:12288'] (12MB) in livewire.php
livewire.js?id=3605227a:3578 POST .../livewire/upload-file?expires=1696423665&signature=ba27d531e72aee40dfdca79aea9ef311c028e369ae99d33c848510e3a15016ae 413 (Payload Too Large)
13 replies
Error when saving after cropping image
[2023-09-30 04:23:03] production.ERROR: Unable to retrieve the file_size for file at location: livewire-tmp/livewire-tmp. {"userId":1,"exception":"[object] (League\Flysystem\UnableToRetrieveMetadata(code: 0): Unable to retrieve the file_size for file at location: livewire-tmp/livewire-tmp. at /home/vas/umbra/vendor/league/flysystem/src/UnableToRetrieveMetadata.php:49)
any idea why i get this error in production
3 replies
Integer value displayed incorrectly
hey i have the following table column
with the value of 76561198065698992 in the db , and table view is the same but when i click edit is being displayed as 76561198065698990 so the 2 at the end is 0 any idea what is causing this
24 replies
MIME type ('text/html') is not executable, and strict MIME type checking is enabled
ps://arknext.io/filament/assets/app.js?id=9cf00a680eed0bca655a7d74a5f4ce67 net::ERR_ABORTED 404
admin:1 Refused to execute script from 'https://arknext.io/filament/assets/app.js?id=9cf00a680eed0bca655a7d74a5f4ce67' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
any idea why i get this in production , im using nginx
40 replies