Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.0k views
in Technique[技术] by (71.8m points)

eloquent - How To Make Laravel Admin Approval

im new to laravel. i want to make an admin panel with multiple role, and any role except admin that trying to CRUD, must need Admin approval to implement it. is there any library, or tutorial how to do it, please i need it to learn.

Thanks

question from:https://stackoverflow.com/questions/65915966/how-to-make-laravel-admin-approval

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You could try the Spatie Permissions package:

https://spatie.be/docs/laravel-permission/v3/introduction

The features you could look at to learn this are Laravel's Gates and Policies, which can be used to restrict access based on criteria.

https://laravel.com/docs/8.x/authorization


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...