how to use limit in sql in laravel code example Example: limit laravel $posts = Post::all()->limit(10)->get();