Filament Approvals
Can anybody give me a solution, how to develop application approval process using recommended library ?
5 Replies
It’s a bit of a broad question. Not sure I can help you on this one, but I wish you good luck. And if you have more specific questions, let me know
Filament
Approvals by Eighty Nine - Filament
This package allows you to easily implement approval flows in your Laravel Filament application.
here is filament plugin which I need to use, But there is lack of guidance and no tutorial on internet.
Can you help me with this?
I'll do my best to assist. Allow me some time to get familiar with the package. What kind of Model do you need to make "approvable" in your project?
is it just "Application" for example?
Thank you sir for your kind and fast response,
Yes it is Application model. If I describe the flow,
there are several roles kind a Super Admin, Admin 1, Admin 2.
user submit the application, the application passed to Super Admin , If super admin approved the application the it passed to Admin 1...
Sorry if I take you to hard time to understand this.
Thank you sir