TranceCode
how can disable days of week?
Hey friends, i need disable a days of week that i don-t have in the array in my table, i try whit this code but is not working, do you have any idea about how can fix this?
i have this in my table row availabledays
["Lunes"]
["Sabado","Lunes","Jueves","Miercoles"]
["Miercoles","Lunes","Viernes","Sabado","Martes","Jueves","Domingo"]
This is my code:
6 replies
Multitenant with separated database?
Hello everyone, I want to ask a question, just out of curiosity to the filament team, have you ever thought about adding functionality to filament for tenants that can each work with their separate databases? 😃
Thank you so much!
6 replies
APP_ENV=Production vs APP_ENV=local
Hello Guys, I have a problem. I developed an app with panels in FilamentPHP and added policies to it, so far so good, the problem arose when taking it to production with Laravel Forge... It turns out that when I try to access it it gives me a 403 Forbidden error, check if it was something with my policies and the problem is not there, check other things and nothing there, until I get to test the .env, and it turns out that when changing the variable to the application loads correctly... so it doesn't happen here I understand why this 403 block appears... any idea why it could be? I have another app that I created with Laravel and the .env file has the and I send the BackOffice without problem, something that does not happen with Laravel and Filamentphp, it gives me problems... any ideas or suggestions?
7 replies
how can redirect to View Page in a Panel?
Hey guys, i have a saas project with 3 panel,
Panel SuperAdmin,
Panel Company,
Panel Coowner,
The Panel Coowner it's about 90% only for view information, however i have the typical menu with call to index view and show the table with action, i can control the actions with roles and permission, however in the panel coowner i have menu that only need show information, so my question is, how can configure the menu for show the only the view page, i mean go to view no index with the click... like a redirection, i dont' wanna make a livewire page, i only need make a redirect or show only the view page..
thank you guys!
13 replies