Paste: http://laravel.io/bin/9vvxv
Tweet::first() PHP Fatal error: Class 'Tweet' not found in eval()'d code on line 1 use \ComdexxSolutions\Models\Tweet; => false Tweet::first() string(30) "select * from
tweets
limit 1" => <ComdexxSolutions\Models\Tweet #000000003887eebf000000000bd3633b> { id: 2, title: "Test Title", body: "A body goes here if even I care.", created_at: "2015-06-05 20:59:26", updated_at: "2015-06-05 20:59:26" }
Route::get('tweets/json', function() {
return Tweet::first();
});
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community