Does your Post class extend the eloquent model class?
Like
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Post extends Model
{
}
Did you create the model manually or using the php artisan make:model
command?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community