Obala
Explore posts from serversHow to pass an argument to a custom table actions
and thank you, you got me somewhere, the main issue was of passing the argument to the function used to generate the qr code, now that i can write the function inside the action its self pretty much solves my problem
11 replies
How to pass an argument to a custom table actions
I want to allow users to generate QR codes for all tickets related to a specific event directly from the EventResource index page. The QR codes will:
Be unique to each ticket.
Be saved as images in storage.
Be bundled into a downloadable ZIP file for the user.
The action button will:
Trigger the generation of QR codes.
Handle the association with the event automatically via the passed id.
11 replies
TLCTuto's Laravel Corner
•Created by Obala on 9/3/2024 in #💡filament
Multiple sub domain session sharing
it's was just browser cache
4 replies
TLCTuto's Laravel Corner
•Created by Obala on 2/9/2024 in #🚀laravel
Error in running npm install in wsl2
this works, thanks
10 replies
TLCTuto's Laravel Corner
•Created by Obala on 2/9/2024 in #🚀laravel
Error in running npm install in wsl2
alright, let me try it out
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
Deleted all the default files and installed fresh installation of Laravel 10, added all the custom codes run composer install and every started working perfectly fine
15 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
this happens when i run php artisan route:cache
15 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
there's this issue with the api routes
i don't if its the cause of this mess
15 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
usercontroller\
15 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
CheckuserStatus middleware
15 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
thats the app\http\kernel.php
15 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
Let me do so in a minute
15 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 another though in Laravel , hope you can take a look at it, on middleware
12 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
Oh yah totally forgot
12 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
yes, they are all setup and working, i only get the error say when i visit /profile without logging in first, butt when i visit route like /login or /register or the front routes which does not require authentication i don't get any error
15 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
here is my route and the middleware used
15 replies