Obala
Obala
Explore posts from servers
TLCTuto's Laravel Corner
Created by Obala on 2/9/2024 in #🚀laravel
Error in running npm install in wsl2
No description
10 replies
TLCTuto's Laravel Corner
Created by Obala on 10/3/2023 in #🚀laravel
my routes protected by auth middleware don't redirect to login page
I get this error every time I visit a route protected by auth middleware when am not authenticated and started session Illuminate\Session\Middleware\StartSession::addCookieToResponse(): Argument #1 ($response) must be of type Symfony\Component\HttpFoundation\Response, null given, called in /home/u684103588/domains/chccug.com/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php on line 125 I have alternated the middlewares in the app to no avail
15 replies
FFilament
Created by Obala on 9/14/2023 in #❓┊help
how to set a value of an input field using values in a repeater
I have this input fields inside a repeater, product name, price and quantity, and I have an input field total disabled by default outside of the repeater, I want to populate the result of foreach(price * quantity) inside the total field
9 replies
TLCTuto's Laravel Corner
Created by Obala on 9/14/2023 in #💡filament
how to set a value of an input field using values in a repeater
I have this input fields inside a repeater, product name, price and quantity, and I have an input field total disabled by default outside of the repeater, I want to populate the result of foreach(price * quantity) inside the total field
12 replies
FFilament
Created by Obala on 9/4/2023 in #❓┊help
multiple logo for dark and light mode
How to setup different logos for both dark and light mode, when in dark mode, have a different logo same as in light mode
4 replies
FFilament
Created by Obala on 9/4/2023 in #❓┊help
Edit resource page as the page index
I'm attempting to set up the edit page as the primary view for a filamentphp resource, specifically for managing page settings. These settings will consist of a single data row, and I want to restrict it to only being editable, with no option to create new rows or delete the existing one. Despite my efforts to find a solution, I haven't been able to. I'm open to any pointers, workarounds, or alternative approaches that could help me achieve this. Thanks for your assistance!
36 replies
TLCTuto's Laravel Corner
Created by Obala on 9/4/2023 in #💡filament
Custom setting page with filamentphp
I'm attempting to set up the edit page as the primary view for a filamentphp resource, specifically for managing page settings. These settings will consist of a single data row, and I want to restrict it to only being editable, with no option to create new rows or delete the existing one. Despite my efforts to find a solution, I haven't been able to. I'm open to any pointers, workarounds, or alternative approaches that could help me achieve this. Thanks for your assistance!
22 replies