wandiaprianto
Filament Shield, how to create different permissions in same role
Hi There,
i am using Filament Shield,
my question is:
how to create different permissions in same role?
example:
Role: USER
Permission
User: John Resources: Brand Can: Create, Read, Update
User: Doe Resources: Brand Can: Read, Update, Deletehow to achieve that? Thankyou
22 replies
How to access resource from resource?
Help me, i want to access resource from resource
i want to create "promo" from cars
expected url like:
http://127.0.0.1:8000/car/{carId}/promos
so, when i create new promo, it will be related the car_id
this is my code:
this is the result:
Route [filament.admin.resources.car.promos.view] not defined.
i have 2 models:
"Cars" and "Promo"
can u help me? thanks7 replies