From 4fc0d702fdcafb52a159bbd1afa4abf05efdd727 Mon Sep 17 00:00:00 2001 From: Ritesh Jha Date: Sat, 13 Jun 2020 15:26:36 +0545 Subject: [PATCH] added tests link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15258d4..5aca8ac 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ Note: If you use admin routes prefix other than 'admin' then change ```adminRout Package use laravel gate, so you can use ``` can('project.create') ``` in view and ``` $this->authorize('project.create') ``` in controller for route ability. And ``` can('projects::cost') ``` for field ability in view. Here projects is a table name. +For Details check Tests + #### Create/Update When creating or updating record in model then filter data using ``` filterFieldAccess ``` method like :