SyntaxFix
Write A Post
Hire A Developer
Questions
Well, to do it with eloquent you would do:
Blog:all();
From within your Model you do:
return DB::table('posts')->get();
http://laravel.com/docs/queries