HerrChris
HerrChris
FFilament
Created by HerrChris on 5/17/2024 in #❓┊help
Creating a simple Help Page
ah ok... that makes perfect sense then 🙂
19 replies
FFilament
Created by HerrChris on 5/17/2024 in #❓┊help
Creating a simple Help Page
19 replies
FFilament
Created by HerrChris on 5/17/2024 in #❓┊help
Creating a simple Help Page
ah yes... sorry. zoomed in
19 replies
FFilament
Created by HerrChris on 5/17/2024 in #❓┊help
Creating a simple Help Page
help.blade.php just called help-en or help-de depending on the locale
19 replies
FFilament
Created by HerrChris on 5/17/2024 in #❓┊help
Creating a simple Help Page
No I kept it there, just rendering an english version.
19 replies
FFilament
Created by HerrChris on 5/17/2024 in #❓┊help
Creating a simple Help Page
I am new to laravel and filament
19 replies
FFilament
Created by HerrChris on 5/17/2024 in #❓┊help
Creating a simple Help Page
Thanks. Not quite what I am looking for. I created the page but I just want it to render h1,h2,h3 and p tags normally with the regular filament styling. Unless I am missing something.
19 replies
FFilament
Created by HerrChris on 5/17/2024 in #❓┊help
Creating a simple Help Page
Curious why it would not render with style though?
19 replies
FFilament
Created by HerrChris on 5/17/2024 in #❓┊help
Creating a simple Help Page
Oh yeaup... I feel dumb now
19 replies
FFilament
Created by HerrChris on 5/17/2024 in #❓┊help
Creating a simple Help Page
Do I just make the blade file and assign to the view string?
19 replies
FFilament
Created by neerajk on 5/9/2024 in #❓┊help
Can I add multiple menu items for same resource e.g. My Contacts & All Contacts?
Sure. Why not?
6 replies
FFilament
Created by jepewsykes on 5/17/2024 in #❓┊help
can i add default html in mardown editor
5 replies
FFilament
Created by Phuc Le on 3/31/2024 in #❓┊help
Multi tenancy with multiple database support
I am just curious the reasons for multiple databases with multi tenancy? Is it a requirement to just have data separate or are there other benefits?
43 replies
FFilament
Created by RobinDev on 5/5/2024 in #❓┊help
Working with multiple languages saves incorrectly
Which plugin are you using?
3 replies
FFilament
Created by HerrChris on 5/16/2024 in #❓┊help
Always translate all labels?
Thank you again! Also LOVE love LOVE this community 🙂
6 replies
FFilament
Created by HerrChris on 5/16/2024 in #❓┊help
Always translate all labels?
Thanks for the quick response!
6 replies
FFilament
Created by HerrChris on 5/16/2024 in #❓┊help
To multitenancy or not... that is the question 💀
Yes I think it is similar. The docs mentioned some potential negatives about multi-tenancy. What are the negatives? Unless I misread it as negatives when it was just explaining that their are some bigger concepts??? Curious on how to limit tenancy management though. I think just having 1 customer be a tenant would be good. And it would be useful if another user could invite a different user to their tenant? Not sure if that makes sense...
5 replies
FFilament
Created by JJSanders on 12/24/2023 in #❓┊help
Importing an order
I was thinking
// foreach csv row
if (!$processedOrder[$orderNumber]) {
// process order data
}
$processedOrder[$orderNumber]['items'] = 'item'; // add item data each row
// foreach csv row
if (!$processedOrder[$orderNumber]) {
// process order data
}
$processedOrder[$orderNumber]['items'] = 'item'; // add item data each row
5 replies
FFilament
Created by JJSanders on 12/24/2023 in #❓┊help
Importing an order
I'm also curious. My idea is to just iterate over order lines and import
5 replies
FFilament
Created by HerrChris on 12/14/2023 in #❓┊help
RichEditor not showing span with style of underline
The html should be stored in a text column,.
9 replies