I'm new in laravel 5.1. can you help me solving this error?
This is my code
You should refer to the User model like this:
User
$datas = \App\User::paginate(5);