From 1c9bbc1b8883af78afa907db20b49398e3ebe778 Mon Sep 17 00:00:00 2001 From: Hasin Hayder Date: Sat, 21 May 2022 20:25:08 +0600 Subject: [PATCH] Readme Updated --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4c7d2e..1146775 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,11 @@ php artisan tinker run the following command ```php -Role::select(['id','slug','name'])->get() -//Or Role::all() +>>> Role::select(['id','slug','name'])->get() +//or +>>> Role::all(['id','name','slug']) +//or +>>> Role::all() ``` ## Routes Documentation