Readme Updated

pull/3/head
Hasin Hayder 3 years ago
parent fc04e5ea74
commit 1c9bbc1b88

@ -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

Loading…
Cancel
Save