I know there are a method what called find in laravel, I have a table with this structure (articles...
When I run this I get a very long text as result: ....Route::get('/', function() ....{ ....$posts=DB...
Thats easy, Just add this to your model: protected $primaryKey = 'article_id'; And your model shoul...
The Laravel portal for problem solving, knowledge sharing and community building.
The community