Add file upload function. modify paramiter FILESYSTEM_DISK=public in file .env
This commit is contained in:
@@ -11,5 +11,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Word extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
protected $fillable = ['name', 'translation'];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user