using laravel controller with parameters not working.
Hi there
I have to print an invoice's receipt from my app. So i'm using Rawilk's package for it.
I created a controller in which i implemented the print code (just the demo code from Rawilk's package docs). Everything worked well until i tried to pass a parameter to the controller's method.
For exemple passing an invoice ID to the method and trying to query datas inside it not working.
Is that mean controller doesn't work as regular anymore in filament project?
Is there a way to do it on filament ?
Solution:Jump to solution
I found an solutions. It working well.
Sorry for the late.
Thanks for your help....
2 Replies
„Does not work“ is not a helpful „error message“. What does not work? What are you doing?
Filament doesn’t mess with controllers. Everything should work as before.
Solution
I found an solutions. It working well.
Sorry for the late.
Thanks for your help.